This page has been translated automatically.
Getting Started
Migrating to UNIGINE 2.0
C++ API Migration
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
注意! 这个版本的文档是过时的,因为它描述了一个较老的SDK版本!请切换到最新SDK版本的文档。
注意! 这个版本的文档描述了一个不再受支持的旧SDK版本!请升级到最新的SDK版本。

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

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 -> Mesh Static.

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