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

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: 03.07.2017
Build: ()