Method | Description | |
---|---|---|
CCTimerBlock ( System owner, float seconds, string key, TICK_IMP block, uint repeat = CCScheduler.kCCRepeatForever, float delay ) : UnityEngine | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
cancel ( ) : void | ||
trigger ( ) : void |
public CCTimerBlock ( System owner, float seconds, string key, TICK_IMP block, uint repeat = CCScheduler.kCCRepeatForever, float delay ) : UnityEngine | ||
owner | System | |
seconds | float | |
key | string | |
block | TICK_IMP | |
repeat | uint | |
delay | float | |
return | UnityEngine |