This page has been translated automatically.
Programming
Fundamentials
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
Core Library
Containers
Engine Classes
Node-Related Classes
Rendering-Related Classes
Physics-Related Classes
Bounds-Related Classes
GUI-Related Classes
Controls-Related Classes
Pathfinding-Related Classes
Utility 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.

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.
  • Light sources include objects providing different kinds of the scene illumination: global, omni-directional, projected, etc.
  • Decals contains decals, a material projection on a surface (perfect for bloodstains, ashes, roads, etc).
  • Geodetics include objects providing geodesy math.
  • 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: 2017-07-03
Build: ()