Свойство | Тип | Описание | |
---|---|---|---|
IsApplicationQuit | bool | ||
PendingActions | List |
||
PendingAdd | List |
||
PendingCoroutineInfo | List |
||
PendingLogs | List |
||
PendingRemove | List |
Метод | Описание | |
---|---|---|
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)
|
Метод | Описание | |
---|---|---|
Awake ( ) : void | ||
OnApplicationQuit ( ) : void | ||
Update ( ) : void |
Метод | Описание | |
---|---|---|
RunCoroutineInfo ( CoroutineCommand info ) : IEnumerator | ||
WaitForSecondsInternal ( int seconds ) : IEnumerator | ||
Write ( LogCommand m ) : void |
public static Log ( LogCommand m ) : void | ||
m | LogCommand | |
Результат | void |
public static RunOnMainThread ( System.Action action ) : void | ||
action | System.Action | |
Результат | void |
public static StartRoutine ( IEnumerator coroutine ) : |
||
coroutine | IEnumerator | |
Результат |
public static StartRoutine ( CoroutineCommand info ) : void | ||
info | CoroutineCommand | |
Результат | void |
public static StopRoutine ( IEnumerator coroutine ) : void | ||
coroutine | IEnumerator | |
Результат | void |
public static WaitForSeconds ( int seconds ) : |
||
seconds | int | |
Результат |
protected static bool IsApplicationQuit | ||
Результат | bool |
protected static List |
||
Результат | List |