Class PauseSystem

Inheritance Relationships

Base Type

Class Documentation

class PauseSystem : public System

System which handles the change in behavior of everything on pausing and playing.

Public Functions

bool &getIsPausingEnabled()
void setIsPausingEnabled(bool pausing)
void update(float deltaMilliseconds)

Public Static Functions

static PauseSystem *GetSingleton()