Method | Description | |
---|---|---|
Dispose ( ) : void | ||
ExecuteCoroutine ( IEnumerator enumarator, string name ) : void |
Executes the coroutine.
|
|
Init ( ) : void | ||
StartCoroutine ( IEnumerator routine ) : |
||
StopAllCoroutineWithName ( string name ) : void |
Stops the name of the all coroutine with.
|
|
StopCoroutine ( IEnumerator enumerator ) : void |
Method | Description | |
---|---|---|
QCoroutineMgr ( ) : UnityEngine |
Method | Description | |
---|---|---|
Log ( string actionName, string content ) : void | ||
OnDestroy ( ) : void |
Raises the destroy event.
|
public ExecuteCoroutine ( IEnumerator enumarator, string name ) : void | ||
enumarator | IEnumerator | |
name | string | |
return | void |
public StartCoroutine ( IEnumerator routine ) : |
||
routine | IEnumerator | |
return |
public StopAllCoroutineWithName ( string name ) : void | ||
name | string | |
return | void |
public StopCoroutine ( IEnumerator enumerator ) : void | ||
enumerator | IEnumerator | |
return | void |