Property | Type | Description | |
---|---|---|---|
cullingMode | CullingMode |
Property | Type | Description | |
---|---|---|---|
DestroyDispatcher | void |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
CullAllExcessDispatchers ( ) : void | ||
Initialize ( ) : void | ||
LateUpdate ( ) : void | ||
LateUpdateAsObservable ( ) : IObservable |
||
OnApplicationFocus ( bool focus ) : void | ||
OnApplicationFocusAsObservable ( ) : IObservable |
||
OnApplicationPause ( bool pause ) : void | ||
OnApplicationPauseAsObservable ( ) : IObservable |
||
OnApplicationQuit ( ) : void | ||
OnApplicationQuitAsObservable ( ) : IObservable |
||
OnDestroy ( ) : void | ||
Post ( Action |
Dispatch Asyncrhonous action.
|
|
RegisterUnhandledExceptionCallback ( Action |
||
Send ( Action |
Dispatch Synchronous action if possible.
|
|
SendStartCoroutine ( IEnumerator routine ) : void |
ThreadSafe StartCoroutine.
|
|
StartCoroutine ( IEnumerator routine ) : |
||
UnsafeSend ( System.Action action ) : void |
Run Synchronous action.
|
|
UnsafeSend ( Action |
Run Synchronous action.
|
|
Update ( ) : void | ||
UpdateAsObservable ( ) : IObservable |
Method | Description | |
---|---|---|
DestroyDispatcher ( |
public static CullAllExcessDispatchers ( ) : void | ||
return | void |
public static LateUpdateAsObservable ( ) : IObservable |
||
return | IObservable |
public OnApplicationFocus ( bool focus ) : void | ||
focus | bool | |
return | void |
public static OnApplicationFocusAsObservable ( ) : IObservable |
||
return | IObservable |
public OnApplicationPause ( bool pause ) : void | ||
pause | bool | |
return | void |
public static OnApplicationPauseAsObservable ( ) : IObservable |
||
return | IObservable |
public static OnApplicationQuitAsObservable ( ) : IObservable |
||
return | IObservable |
public static RegisterUnhandledExceptionCallback ( Action |
||
exceptionCallback | Action |
|
return | void |
public static SendStartCoroutine ( IEnumerator routine ) : void | ||
routine | IEnumerator | |
return | void |
public static StartCoroutine ( IEnumerator routine ) : |
||
routine | IEnumerator | |
return |
public static UnsafeSend ( System.Action action ) : void | ||
action | System.Action | |
return | void |
public static UnsafeSend ( Action | ||
action | Action | |
state | object | |
return | void |
public static UpdateAsObservable ( ) : IObservable |
||
return | IObservable |