Method | Description | |
---|---|---|
Enqueue ( Action | ||
PseudoStartCoroutine ( IEnumerator routine ) : void | ||
UnsafeInvoke ( System.Action action ) : void | ||
UnsafeInvoke ( Action |
Method | Description | |
---|---|---|
ConsumeEnumerator ( IEnumerator routine ) : void | ||
EditorThreadDispatcher ( ) : System | ||
UnwrapEnumerator ( IEnumerator enumerator, IEnumerator continuation ) : IEnumerator | ||
UnwrapWaitAsyncOperation ( |
||
UnwrapWaitForSeconds ( float second, IEnumerator continuation ) : IEnumerator | ||
UnwrapWaitWWW ( |
||
Update ( ) : void |
public PseudoStartCoroutine ( IEnumerator routine ) : void | ||
routine | IEnumerator | |
return | void |
public UnsafeInvoke ( System.Action action ) : void | ||
action | System.Action | |
return | void |