Enum that specifies type of a system event.
static const SystemEvents UNPAUSED
The unpaused event.
This class represents a type-safe Enumeration pattern.
static const SystemEvents SHUTTING_DOWN
Gets sent out when the system is shutting down.
static const SystemEvents POST_EVENT_TRAVERSAL
The post event traversal event.
static const SystemEvents PAUSED
The paused event.
#define DECLARE_ENUM(EnumType)
Helper macros used to create the static data and methods needed to enumerate an EnumerationString.
static const SystemEvents EVENT_TRAVERSAL
The event traversal event.
static const SystemEvents TIME_SCALE_CHANGED
Indicates a change in the time scale.
static const SystemEvents PRE_FRAME
The pre frame event.
static const SystemEvents FRAME_SYNCH
The frame synchronization event.
static const SystemEvents CAMERA_SYNCH
The camera synchronization event.
static const SystemEvents FRAME
The frame event.
static const SystemEvents POST_FRAME
The post frame event.