Method | Description | |
---|---|---|
StartCoroutine ( this instance, System.Action action, float delay ) : |
||
StartCoroutine ( this instance, IEnumerable coroutine ) : |
||
StartCoroutine ( this instance, IEnumerable |
Method | Description | |
---|---|---|
Wait ( System.Action action, float delay ) : IEnumerable | ||
Wait ( float delay ) : IEnumerable |
public static StartCoroutine ( this instance, System.Action action, float delay ) : |
||
instance | this | |
action | System.Action | |
delay | float | |
return |
public static StartCoroutine ( this instance, IEnumerable coroutine ) : |
||
instance | this | |
coroutine | IEnumerable | |
return |
public static StartCoroutine ( this instance, IEnumerable |
||
instance | this | |
coroutine | IEnumerable |
|
delay | float | |
return |