Property | Type | Description | |
---|---|---|---|
IsApplicationQuit | bool | ||
PendingActions | List |
||
PendingAdd | List |
||
PendingCoroutineInfo | List |
||
PendingLogs | List |
||
PendingRemove | List |
Method | Description | |
---|---|---|
ConfirmInit ( ) : void |
Confirms the instance is ready for use
|
|
Log ( LogCommand m ) : void |
A thread safe logger
|
|
RunOnMainThread ( System.Action action ) : void |
Schedules the action to run on the main thread
|
|
StartRoutine ( IEnumerator coroutine ) : |
Scheduled the routine to run (on the main thread)
|
|
StartRoutine ( CoroutineCommand info ) : void |
Scheduled the routine to run (on the main thread)
|
|
StopRoutine ( IEnumerator coroutine ) : void |
Scheduled the routine to run (on the main thread)
|
|
WaitForSeconds ( int seconds ) : |
Scheduled the routine to run (on the main thread)
|
Method | Description | |
---|---|---|
Awake ( ) : void | ||
OnApplicationQuit ( ) : void | ||
Update ( ) : void |
Method | Description | |
---|---|---|
RunCoroutineInfo ( CoroutineCommand info ) : IEnumerator | ||
WaitForSecondsInternal ( int seconds ) : IEnumerator | ||
Write ( LogCommand m ) : void |
public static RunOnMainThread ( System.Action action ) : void | ||
action | System.Action | |
return | void |
public static StartRoutine ( IEnumerator coroutine ) : |
||
coroutine | IEnumerator | |
return |
public static StartRoutine ( CoroutineCommand info ) : void | ||
info | CoroutineCommand | |
return | void |
public static StopRoutine ( IEnumerator coroutine ) : void | ||
coroutine | IEnumerator | |
return | void |
public static WaitForSeconds ( int seconds ) : |
||
seconds | int | |
return |
protected static bool IsApplicationQuit | ||
return | bool |
protected static List |
||
return | List |