Method | Description | |
---|---|---|
MoveNext ( ) : bool | ||
Reset ( ) : void | ||
TimingOutTask ( float milliseconds, System action ) : System.Collections | ||
TimingOutTask ( float milliseconds, System action, bool repeat ) : System.Collections |
Method | Description | |
---|---|---|
Timeout ( System action, float milliseconds, bool repeat ) : IEnumerator |
public TimingOutTask ( float milliseconds, System action ) : System.Collections | ||
milliseconds | float | |
action | System | |
return | System.Collections |
public TimingOutTask ( float milliseconds, System action, bool repeat ) : System.Collections | ||
milliseconds | float | |
action | System | |
repeat | bool | |
return | System.Collections |