Class PauseSystem¶
Defined in File pause_system.h
Inheritance Relationships¶
Base Type¶
public System(Class System)
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()¶
-
bool &