Нода (Node)
A node is a generic entity representing any object that is presented in the world and specifically positioned and oriented. The node is created and stored in the world hierarchy. All changes made to the node are saved in the .world file. You can also export any subset of the world hierarchy (a node or a hierarchy of nodes) to an external .node asset and then import it into the world when necessary or create a reference to it. However, all changes made for the original node via UnigineEditor will still be saved into the .world file.Нода node - это обобщенная сущность, представляющая любой объект, представленный в мире и имеющий положение и ориентацию. Нода создается и сохраняется в мире. Все изменения, внесенные в ноду, сохраняются в файле .world. Вы также можете экспортировать ноду во внешний файл .node, а затем при необходимости импортировать ее в мир или добавить его как Node Reference Однако все изменения, сделанные для исходной ноды через UnigineEditor, все равно будут сохранены в файле .world.
See AlsoСмотрите также#
Creating a New NodeСоздание ноды#
To create a new node via UnigineEditor, click Create on the Menu bar, choose a required node type and add it to the scene. The new node will appear in the World Nodes list. For example, you can add a static mesh which will be a node in terms of Unigine: Чтобы создать новую ноду через UnigineEditor, щелкните Create в меню, выберите необходимый объект и добавьте его в сцену. Новай нода появится в списке иерархии мира. Например, вы можете добавить объект Static Mesh, который будет нодой с точки зрения Unigine:
Editing a NodeРедактирование ноды#
The node can be edited via the Parameters window of UnigineEditor. All nodes have common settings which are presented in the Node tab. Also each node has special settings, which vary depending on the type of the node.Ноду можно редактировать в окне Parameters UnigineEdtior. Все ноды имеют общие настройки , которые представлены на вкладке Node. Также каждая нода имеет особые настройки, которые зависят от ее типа.
Editing the node also includes editing materials and properties assigned to the node.Редактирование ноды также включает редактирование материалов и свойств , назначенных ноде.
Importing a NodeИмпорт ноды#
Besides creating a new node, you can import the existing node which was previously exported into an external .node file.Помимо создания новой ноды, вы можете импортировать существующую ноду, которая ранее была экспортирована, во внешний файл .node.
To import the content of a .node asset into the current world, click Create -> Node -> Reference Contents. In the Select Node dialog window that opens, choose the required .node asset.Чтобы импортировать ноду в текущий мир, нажмите кнопку Import в окне AssetBrowser. В открывшемся диалоговом окне Import Node выберите нужный файл .node.
Deleting a NodeУдаление ноды#
To delete a node from the world, select it and press Delete. The node will be removed from the .world file after saving the world via UnigineEditor.Чтобы удалить ноду из мира, выберите ее и нажмите Delete. Нода будет удалена из файла .world после сохранения мира через UnigineEditor.