This page has been translated automatically.
视频教程
界面
要领
高级
实用建议
UnigineEditor
界面概述
资产工作流程
设置和首选项
项目开发
Setting Up Materials
Setting Up Properties
照明
Landscape Tool
Sandworm
使用编辑器工具执行特定任务
Extending Editor Functionality
嵌入式节点类型
Nodes
Objects
Effects
Decals
光源
Geodetics
World Nodes
Sound Objects
Pathfinding Objects
Players
编程
基本原理
搭建开发环境
Usage Examples
C++
C#
UnigineScript
UUSL (Unified UNIGINE Shader Language)
Plugins
File Formats
Rebuilding the Engine Tools
GUI
双精度坐标
应用程序接口
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
创建内容
Content Optimization
Materials
Material Nodes Library
Miscellaneous
Input
Math
Matrix
Textures
Art Samples
Tutorials
注意! 这个版本的文档是过时的,因为它描述了一个较老的SDK版本!请切换到最新SDK版本的文档。
注意! 这个版本的文档描述了一个不再受支持的旧SDK版本!请升级到最新的SDK版本。

物产

Properties can be assigned to the entire node as well as to each surface of the node (in case if a node is an object). You can assign multiple properties to a single node. A property can be edited via the Property tab of the Parameters window: it becomes available when the target property is selected in the Properties hierarchy. You can also edit property parameters via the corresponding section of the Node tab of the Parameters window, when a node is selected (see below). 可以将属性 分配给整个节点以及该节点的每个表面(如果节点是对象)。您可以将多个属性分配给单个节点。可以通过Parameters窗口的Property选项卡编辑属性:在Properties层次结构中选择目标属性后,该属性将变为可用。选择节点后,还可以通过Parameters窗口的Node选项卡的相应部分编辑属性参数。

Node Property节点属性#

To assign a property to the node, select it and specify a *.prop file in the Node Property section of the Node tab:要将属性分配给节点,请选择它并在Node选项卡的Node Property部分中指定*.prop文件:

Node Property节点属性

You can also drag the desired property from the Properties hierarchy directly to the corresponding field in the Parameters window.您也可以将所需的属性从Properties层次结构直接拖动到Parameters窗口中的相应字段。

Check also the alternative ways of assigning a property to a node. To set the parameter to the default value, click right next to the field with the property name.另请检查将属性分配到节点的替代方法。要将参数设置为默认值,请单击具有属性名称的字段旁边的

To add a new property slot for the node, click Add Property.要为该节点添加新的属性插槽,请单击Add Property

When a property is assigned, its parameters are available for editing.分配属性后,即可对其参数进行编辑。

注意
If you modify a property parameter (parameters) of a node via this interface, an instanced property will be saved to the .world or .node file. Rather than all the parameters of the property, it will contain only the modified ones. 如果通过此接口修改节点的属性参数(参数),则实例化的属性将保存到.world.node文件中。而不是属性的所有参数,它将仅包含修改后的参数。

Surface Property表面性质#

To assign a property to a surface, select it in the hierarchy list and specify a *.prop file in the Surface Property section on the Node tab (it can be found right after the Material section): 要将属性分配给表面,请在层次结构列表中选择它,然后在Node选项卡的Surface Property部分中指定一个*.prop文件(可以在Material部分之后找到):

Surface Property表面性质

Check also the alternative ways of assigning a property to a surface. 还要检查将属性分配到曲面的替代方法。

When a property is assigned, its parameters are available for editing.分配属性后,即可对其参数进行编辑。

最新更新: 2021-12-13
Build: ()