Class PlayerSystem

Inheritance Relationships

Base Type

Class Documentation

class PlayerSystem : public System

Player system to update the player controller.

Public Functions

bool initialize(const JSON::json &systemData)
void setConfig(const SceneSettings &sceneSettings)
void begin()
void update(float deltaMilliseconds)
void end()

Public Static Functions

static PlayerSystem *GetSingleton()