This page has been translated automatically.
Programming
Fundamentals
Setting Up Development Environment
Usage Examples
UnigineScript
C++
C#
UUSL (Unified UNIGINE Shader Language)
File Formats
Rebuilding the Engine and Tools
GUI
Double Precision Coordinates
API
Containers
Common Functionality
Controls-Related Classes
Engine-Related Classes
Filesystem Functionality
GUI-Related Classes
Math Functionality
Node-Related Classes
Networking Functionality
Pathfinding-Related Classes
Physics-Related Classes
Plugins-Related Classes
CIGI Client Plugin
Rendering-Related Classes
Warning! This version of documentation is OUTDATED, as it describes an older SDK version! Please switch to the documentation for the latest SDK version.
Warning! This version of documentation describes an old SDK version which is no longer supported! Please upgrade to the latest SDK version.

Properties

Properties can be assigned to the entire node as well as to each surface of this node individually. A property can be edited on the Property tab of the Parameters window: it becomes available when the target property is selected in the property hierarchy.

Node Property

To assign a property to the node, select it and specify a *.prop file in the Node Property section on the Node tab:

Node Property

Check also the alternative ways of assigning a property to a node. To set the parameter to the default value, click right to the field with the property name.

When a property is assigned, its parameters are available for editing.

Notice
If you modify a property parameter (parameters) of a node via this interface, an instanced property will be saved to the .world file. It will contain only the modified parameter (parameters) rather than all the parameters of the property.

Surface Property

To assign a property for a surface, select it in the hierarchy list and specify a *.prop file in the Property section on the Node tab (it can be found right after the Material section):

Surface Property

Check also the alternative ways of assigning a property to a surface. To set the parameter to the default value, click right to the field with the property name.

When a property is assigned, its parameters are available for editing.

Last update: 2017-12-21
Build: ()