Dummy Node
A dummy node is a zero-sized node that has no visual representation. It is used to organize the other nodes into a hierarchy. Usually the Dummy Node serves as a parent node for a group of nodes of the same type. The Dummy Node, though invisible, has the same common options as other nodes: it can be transformed (moved, rotated or scaled) and have a property assigned. Dummy Node - это узел нулевого размера, который не имеет визуального представления. Он используется для организации других узлов в иерархию. Обычно Dummy Node служит родительским узлом для группы узлов одного типа. Dummy Node, хотя и невидимый, имеет те же общие параметры, что и другие узлы: он может быть преобразован (перемещен, повернут или масштабирован) и иметь назначенное свойство.
See alsoСмотрите также#
Creating a Dummy NodeСоздание фиктивного узла#
To add a Dummy Node to the scene via UnigineEditor do the following:Чтобы добавить Dummy Node в сцену через UnigineEditor, сделайте следующее:
- Run UnigineEditor. Запустить UnigineEditor.
- On the Menu bar, click Create -> Node -> Dummy.
В строке меню щелкните Create -> Node -> Dummy.
- Place the Dummy Node somewhere in the world.
Разместите Dummy Node где-нибудь в мире.
Organizing Nodes HierarchyОрганизация иерархии узлов#
See how to Organize Nodes via the UnigineEditor.Узнайте, как организовать узлы с помощью UnigineEditor.