Method | Description | |
---|---|---|
CancelInvoke ( ) : void | ||
CancelInvoke ( string methodName ) : void | ||
Invoke ( string methodName, float time ) : void | ||
InvokeRepeating ( string methodName, float time, float repeatRate ) : void | ||
IsInvoking ( ) : bool | ||
IsInvoking ( string methodName ) : bool | ||
StartCoroutine ( IEnumerator routine ) : |
||
StartCoroutine ( string methodName ) : |
||
StartCoroutine ( string methodName, object value ) : |
||
StartCoroutine_Auto ( IEnumerator routine ) : |
||
StopAllCoroutines ( ) : void | ||
StopCoroutine ( string methodName ) : void | ||
print ( object message ) : void |
Method | Description | |
---|---|---|
CAwake ( ) : void | ||
CLateUpdate ( ) : void | ||
CStart ( ) : void | ||
CUpdate ( ) : void |
Method | Description | |
---|---|---|
GetMethods ( object target, List |
||
ScheduleCoroutine ( |
||
UpdateCoroutines ( ) : void | ||
UpdateEndOfFrameCoroutines ( ) : void |
public CancelInvoke ( string methodName ) : void | ||
methodName | string | |
return | void |
public Invoke ( string methodName, float time ) : void | ||
methodName | string | |
time | float | |
return | void |
public InvokeRepeating ( string methodName, float time, float repeatRate ) : void | ||
methodName | string | |
time | float | |
repeatRate | float | |
return | void |
public IsInvoking ( string methodName ) : bool | ||
methodName | string | |
return | bool |
public StartCoroutine ( IEnumerator routine ) : |
||
routine | IEnumerator | |
return |
public StartCoroutine ( string methodName ) : |
||
methodName | string | |
return |
public StartCoroutine ( string methodName, object value ) : |
||
methodName | string | |
value | object | |
return |
public StartCoroutine_Auto ( IEnumerator routine ) : |
||
routine | IEnumerator | |
return |
public StopCoroutine ( string methodName ) : void | ||
methodName | string | |
return | void |
public static print ( object message ) : void | ||
message | object | |
return | void |