This page has been translated automatically.
Programming
Fundamentals
Setting Up Development Environment
UnigineScript
High-Level Systems
C++
C#
UUSL (Unified UNIGINE Shader Language)
File Formats
Rebuilding the Engine and Tools
GUI
Double Precision Coordinates
API
Containers
Common Functionality
Controls-Related Classes
Engine-Related Classes
Filesystem Functionality
GUI-Related Classes
Math Functionality
Node-Related Classes
Networking Functionality
Pathfinding-Related Classes
Physics-Related Classes
Plugins-Related Classes
Rendering-Related Classes
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.

Dummy Object

A  dummy object is an object that is not present in the world visually but shares all of the properties that other objects have. It is similar to the dummy node except for the possibility of assigning a physical body to it.

It is usually used as an invisible object with physics properties and can also serve as a root node to organize objects in a hierarchy. Also, for example, it can be used as a base object to hold visible physical object fixed by using joints.

See Also

  • A ObjectDummy class to edit dummy objects via UnigineScript

Adding a Dummy Object

To add a dummy object to the scene via UnigineEditor do the following:

  1. Run UnigineEditor.
  2. On the Menu bar, click Create -> Object -> Dummy.

  3. Place the dummy object somewhere in the world.
Last update: 2017-07-03
Build: ()