The block will execute when the desired OnApplication message for the monobehaviour is received. More...
Public Types | |
enum | ApplicationMessageFlags { ApplicationMessageFlags.OnApplicationGetFocus = 1 << 0, ApplicationMessageFlags.OnApplicationLoseFocus = 1 << 1, ApplicationMessageFlags.OnApplicationPause = 1 << 2, ApplicationMessageFlags.OnApplicationResume = 1 << 3, ApplicationMessageFlags.OnApplicationQuit = 1 << 4 } |
Protected Attributes | |
ApplicationMessageFlags | FireOn = ApplicationMessageFlags.OnApplicationQuit |
![]() | |
Block | parentBlock |
Additional Inherited Members | |
![]() | |
virtual bool | ExecuteBlock () |
The Event Handler should call this method when the event is detected to start executing the Block. More... | |
virtual string | GetSummary () |
Returns custom summary text for the event handler. More... | |
![]() | |
virtual Block | ParentBlock [get, set] |
The parent Block which owns this Event Handler. More... | |
The block will execute when the desired OnApplication message for the monobehaviour is received.
Definition at line 14 of file ApplicationState.cs.
|
strong |
Enumerator | |
---|---|
OnApplicationGetFocus | |
OnApplicationLoseFocus | |
OnApplicationPause | |
OnApplicationResume | |
OnApplicationQuit |
Definition at line 18 of file ApplicationState.cs.
|
protected |
Definition at line 30 of file ApplicationState.cs.