This page has been translated automatically.
UnigineScript
The Language
Core Library
Engine Library
Node-Related Classes
GUI-Related Classes
Plugins Library
High-Level Systems
Samples
Usage Examples
C++ API
API Reference
Integration Samples
Usage Examples
C++ Plugins
Migration
Migrating to UNIGINE 2.0
C++ API Migration
Migrating from UNIGINE 2.0 to UNIGINE 2.1
Warning! This version of documentation is OUTDATED, as it describes an older SDK version! Please switch to the documentation for the latest SDK version.
Warning! This version of documentation describes an old SDK version which is no longer supported! Please upgrade to the latest SDK version.

Node Dummy

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.

Notice
The dummy node differs from the dummy object: you cannot assign physical properties to the dummy node.

See also

Creating a Dummy Node

To create a dummy node via UnigineEditor, click Create -> Node -> Dummy on the Menu bar and then place the dummy node somewhere in the world.

Place a Dummy Node

Notice
The dummy node is created automatically when grouping the nodes by pressing Ctrl+G (or by clicking Edit -> Group selected on the Menu bar).

Organizing Nodes Hierarchy

To organize nodes in a hierarchy, in the Nodes panel, hold Alt and drag necessary nodes into the dummy node in order to make them the child nodes.

Decals Grouped Under the Dummy Node
Last update: 2017-07-03
Build: ()