This page has been translated automatically.
Video Tutorials
Interface
Essentials
Advanced
How To
Rendering
Professional (SIM)
UnigineEditor
Interface Overview
Assets Workflow
Version Control
Settings and Preferences
Working With Projects
Adjusting Node Parameters
Setting Up Materials
Lighting
Sandworm
Using Editor Tools for Specific Tasks
Extending Editor Functionality
Built-in Node Types
Nodes
Objects
Effects
Decals
Light Sources
Geodetics
World Nodes
Sound Objects
Pathfinding Objects
Players
Programming
Fundamentals
Setting Up Development Environment
Usage Examples
C++
C#
UnigineScript
UUSL (Unified UNIGINE Shader Language)
Plugins
File Formats
Materials and Shaders
Rebuilding the Engine Tools
GUI
VR Development
Double Precision Coordinates
API
Animations-Related Classes
Containers
Common Functionality
Controls-Related Classes
Engine-Related Classes
Filesystem Functionality
GUI-Related Classes
Math Functionality
Node-Related Classes
Objects-Related Classes
Networking Functionality
Pathfinding-Related Classes
Physics-Related Classes
Plugins-Related Classes
IG Plugin
CIGIConnector Plugin
Rendering-Related Classes
VR-Related Classes
Content Creation
Content Optimization
Materials
Material Nodes Library
Miscellaneous
Input
Math
Matrix
Textures
Art Samples
Tutorials

Setting Up Properties

The multi-purpose Parameters window provides access to all available parameters of the selected property.

Parameters Window with Property Settings

The values of parameters can be changed only for user properties; parameter values for manual properties (including base ones) are read-only.

Notice
If the window isn't opened, choose Windows -> Add Parameters in the main menu.

Via this window, you can change a name of the selected property or modify its parameters (if it is editable and not a manual one.

A property can be assigned both to single surfaces and whole nodes (a single node can have multiple properties assigned). You can access parameters of the assigned properties via the Node Settings displayed in the Parameters window.

Notice
UnigineEditor doesn't provide editing of properties: you cannot add, modify or delete parameters. To implement or change a property, open the required .prop file and edit it manually.

Multi-Selection Editing#

As well as for nodes and materials, UnigineEditor allows multi-selection editing for properties. Select several properties in the Properties Hierarchy window and tweak the required settings. For example, you can specify collision and intersection options for several properties at once and then adjust other settings of each particular property.

User properties inherited from different base properties can also be edited in multi-selection: only settings that are common for all the selected properties will be displayed in the Parameters window.

Editing Arrays#

Properties may contain array parameters. Multi-selection is available for the array elements using the Shift and Ctrl buttons. The right-click context menu provides the following options:

Editing the array parameter

Add New Adds a new array element.
Move Up Moves the selected element or elements one step towards the top.
Move Down Moves the selected element or elements one step towards the bottom.
Delete Deletes the selected element or elements.

Multiple drop of items into the property array is also possible. In case of an array with a complex structure, items are dropped one by one (excluding those that do not correspond to the cell type) into the specified parameter (cell) of each array element.

Assigning a group of items: suitable items (in this case the NodeDummy ones) are dropped one by one into the specified parameter of the array element

See Also#

Last update: 2023-12-19
Build: ()