This page has been translated automatically.
视频教程
界面
要领
高级
实用建议
专业(SIM)
UnigineEditor
界面概述
资源工作流程
版本控制
设置和首选项
项目开发
调整节点参数
Setting Up Materials
照明
Sandworm
使用编辑器工具执行特定任务
如何擴展編輯器功能
嵌入式节点类型
Nodes
Objects
Effects
Decals
光源
Geodetics
World Nodes
Sound Objects
Pathfinding Objects
Players
编程
基本原理
搭建开发环境
使用范例
C++
C#
UnigineScript
UUSL (Unified UNIGINE Shader Language)
Plugins
File Formats
材质和着色器
Rebuilding the Engine Tools
GUI
双精度坐标
应用程序接口
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
创建内容
内容优化
材质
Material Nodes Library
Miscellaneous
Input
Math
Matrix
Textures
Art Samples
Tutorials

组织性质

UNIGINE properties are organized in a hierarchy and managed via the Properties Hierarchy window. # UNIGINE属性组织在一个层次结构中,并通过Properties Hierarchy窗口管理。

Properties Hierarchy Window属性层次结构窗口

The Properties Hierarchy window provides access to all properties of the project and allows filtering them by names, collapsing properties hierarchy (i.e., showing only base properties and hiding user ones), inheriting, cloning, reparenting, renaming, and deleting properties.Properties Hierarchy窗口提供了对项目所有属性的访问,并允许根据名称筛选它们,折叠属性层次结构(即,只显示基本属性并隐藏用户属性),继承、克隆、重命名和删除属性。

注意
Reparenting and renaming of manual properties in the UnigineEditor is not supported. To change a parent or a name of a manual property, you should edit the *.prop file manually.UnigineEditor中不支持重命名手动属性。要更改一个手动属性的父属性或名称,您应该手动编辑*.prop文件

All properties in the hierarchy are linked to .prop files stored in your project's folder and available via the Asset Browser.层次结构中的所有属性都链接到存储在项目文件夹中的.prop文件,并通过Asset Browser可用。

To open the Properties Hierarchy window, choose Windows -> Toggle Property Hierarchy in the Menu Bar.要打开“Properties Hierarchy”窗口,请在菜单栏中选择“Windows -> Toggle Property Hierarchy”。

Creating a Property创建一个属性#

A property can be created via UnigineEditor in one of the following ways:通过UnigineEditor可以通过以下方式之一创建属性:

The new property is automatically added to the properties hierarchy and displayed in the Properties Hierarchy window. The asset, to which the new property links, is also created and becomes available via the Asset Browser.新属性会自动添加到属性层次结构中,并显示在Properties Hierarchy窗口中。新属性链接到的资源也会被创建,并通过Asset Browser变得可用。

注意
Properties in the hierarchy are sorted alphabetically by names, so you cannot rearrange them.层次结构中的属性按名称的字母顺序排序,因此无法重新排列它们。

Basic Operations on a Property属性的基本操作#

The Properties Hierarchy window allows the following basic operations on a property.Properties Hierarchy窗口允许对属性进行以下基本操作。

Renaming a Property重命名属性#

To rename a property, right-click it and choose Rename in the drop-down list.要重命名属性,右键单击它并在下拉列表中选择Rename

注意
Renaming of manual properties in the UnigineEditor is not supported.Renaming of manual properties in the UnigineEditor is not supported.

Renaming a Property重命名属性

You can also rename a property asset via the Asset Browser: the property that links to it will be renamed as well.您还可以通过Asset Browser重命名属性资源:链接到它的属性也将被重命名。

Cloning a Property克隆一个属性#

To clone a property, right-click it and choose Clone in the drop-down list.要克隆一个属性,右键单击它并在下拉列表中选择Clone

Cloning a Property克隆一个属性

Another way to clone a property is to select it and click to the left of the property name filter.克隆一个属性的另一种方法是,选中它并单击左边的属性名过滤器。

注意
Cloning a property creates an asset file, to which the new property links.克隆一个属性会创建一个资源文件,新的属性链接到这个文件。

The new property will be created at the same hierarchy level as the original one. Note that the child properties won't be cloned.新属性将在与原始属性相同的层次结构级别上创建。注意,子属性不会被克隆。

If you copy a property asset via the Asset Browser, the property that links to it will be cloned.如果你复制一个房地产资源通过Asset Browser属性链接到它将克隆。

Deleting a Property删除一个属性#

To delete a property, right-click it, choose Delete in the drop-down list and confirm deletion in the dialog window that opens:删除一个属性,右键单击它,选择下拉列表中的Delete并确认删除对话框窗口中打开:

Deleting a Property删除一个属性

Another way to delete a property is to select it and click to the left of the property name filter. If you delete a parent property, all its children will be deleted as well.删除属性的另一种方法是选择该属性并单击属性名称过滤器左侧的。如果删除父属性,则它的所有子属性也将被删除。

注意
Deleting a property leads deleting the asset file it is linked. You cannot undo property's deletion.删除一个属性导致删除资源文件链接。你不能撤销财产的删除。

If you delete a property file via the Asset Browser, the property that links to it will also be deleted from the hierarchy.如果您通过Asset Browser删除一个属性文件,链接到它的属性也将从层次结构中删除。

Inheriting a Property继承财产#

Inheriting one property from another allows forming the properties hierarchy. To inherit a new property from the existing one, right-click the desired parent property and choose Inherit in the drop-down list.继承从另一个允许形成一个属性的属性层次结构。从现有继承一个新属性,右键单击所需的父母财产和Inherit下拉列表中选择。

Inheriting a Property继承财产

Another way to inherit a property is to select it and click to the left of the property name filter.继承属性的另一种方法是选择它并单击属性名称过滤器左侧的

注意
Inheriting a property leads creating a new asset file.继承一个属性创建一个新的资源文件。

Inheriting via Asset Browser通过资源浏览器继承#

To inherit a property via the Asset Browser, select the property asset, right-click it and choose Inherit in the drop-down list. The new property will be added to the Properties Hierarchy window and linked to the created asset.要通过Asset Browser继承属性,选择属性资源,右键单击它,并在下拉列表中选择Inherit。新的属性将被添加到Properties Hierarchy窗口并链接到创建的资源。

Inheriting a Property via Asset Browser通过资源浏览器继承属性

Assigning a Property指定一个属性#

A property can be assigned both to the whole node and the single surface. For example:A property can be assigned both to the whole node and the single surface. For example:

  • A property assigned to the node can specify additional settings that extend the built-in ones. You can assign multiple properties to a single node.分配给节点的属性可以指定扩展内置设置的其他设置。您可以为一个节点分配多个属性。
  • A property assigned to the surface can specify settings that can be used during physical interaction with the surface. Only one property can be assigned to a surface.属性分配给表面可以指定设置,可以使用在与表面物理交互。只有一个属性可以分配给一个表面。
注意
If you need to assign a property to a single surface, it must be inherited from the surface_base property.
It is recommended to inherit properties that will be assigned to nodes from the node_base property. However, you can also assign any custom base property or its children to a node.
如果你需要为 single surface分配一个属性,它必须surface_base属性继承。
建议从node_base属性继承将分配给节点的属性。但是,也可以将任何自定义基本属性或其子属性分配给节点。

Various ways to assign properties to node and surface不同的方式分配和表面属性节点

要分配一个属性,选择节点,选择目标表面或多个表面(如果需要),并执行以下操作之一:

注意
要为所有的节点曲面分配属性,选择节点就足够了:属性将被分配给它的所有曲面。
  • Drag the property from the Properties Hierarchy window or the icon of the property asset from the Asset Browser to the target node or surface in the Editor Viewport. 将属性从Properties Hierarchy窗口或属性资源的图标从Asset Browser拖动到Parameters窗口的Node PropertySurface Property字段。
  • Use the button next to the field with the property asset name in the Parameters window to choose the desired property asset. Properties Hierarchy窗口拖拽属性或属性的图标资源从Asset Browser到目标节点或表面在编辑器窗口。
  • Type the name of the property asset to the field with the property asset name in the Parameters window manually. If an asset with the specified name exists in the project, it will be shown in the drop-down list while typing. 参数窗口中,使用字段旁边的按钮和属性资源名称来选择所需的属性资源。
  • 参数窗口中手动输入属性资源的名称到字段,属性资源名称。如果一个具有指定名称的资源存在于项目中,它将在输入时显示在下拉列表中。

Multiple Assignment多重赋值#

A property can be assigned to a group of selected nodes. You can also replace a property in a group of selected nodes if they share the same property.可以将属性分配给一组选定的节点。如果所选节点共享相同的属性,还可以替换其中的属性。

最新更新: 2023-06-21
Build: ()