This page has been translated automatically.
编程
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
应用程序接口
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
注意! 这个版本的文档是过时的,因为它描述了一个较老的SDK版本!请切换到最新SDK版本的文档。
注意! 这个版本的文档描述了一个不再受支持的旧SDK版本!请升级到最新的SDK版本。

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: ()