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
C++ API
API Reference
Integration Samples
Usage Examples
C++ Plugins
Content Creation
Materials
Unigine Material Library
Tutorials
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.

Players

Players are cameras creating viewports into the world:

  •  Player Dummy is a simple viewport into the world that has no physical properties and cannot collide with objects.
  •  Player Persecutor is a free flying camera without a physical body that follows the target node at the specified distance. It can collide with objects but cannot interact with them.

See Also

There are other types of cameras not present in the Editor but can be controlled by the code:

  • A Player class to edit all kinds of players via UnigineScript
  • An Unigine::Player class to edit all kinds of players via C++ API
  • A PlayerActor class to create and edit a player with a rigid physical body via UnigineScript
  • A PlayerSpectator class to create and edit a player without a physical body via UnigineScript
Last update: 2017-07-03
Build: ()