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
Внимание! Эта версия документация УСТАРЕЛА, поскольку относится к более ранней версии SDK! Пожалуйста, переключитесь на самую актуальную документацию для последней версии SDK.
Внимание! Эта версия документации описывает устаревшую версию SDK, которая больше не поддерживается! Пожалуйста, обновитесь до последней версии SDK.

Built-in Objects

Unigine provides a set of built-in objects allowing you to create a world containing practically all of the objects present in real life. For convenience, they are formed into several groups that are responsible for different kinds of operations:

  • Nodes include fundamental objects that form the world (nodes and node references), dummy nodes, layers, pivots and triggers.
  • Objects represent imitations of entities present in the real world: objects, sky, terrains, water, etc.
  • Effects contain particles systems, physical fields, volumetric objects, etc.
  • Decals contains decals, a material projection on a surface (perfect for bloodstains, ashes, roads, etc).
  • Light sources include objects providing different kinds of the scene illumination: global, omni-directional, projected, etc.
  • World Objects represent invisible nodes used for world management.
  • Sound Objects represent sound sources and reverberations.
  • Pathfinding Objects represent objects used for pathfinding.
  • Players represent different kinds of cameras.
Notice
Note that in terms of Unigine all of the objects, added into the scene (regardless of their extension), are displayed in the Nodes editor and called nodes.
Last update: 03.07.2017
Build: ()