Method | Description | |
---|---|---|
CCTimerTargetSelector ( System t, TICK_IMP selector, float interval, uint repeat = CCScheduler.kCCRepeatForever, float delay ) : UnityEngine | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
cancel ( ) : void | ||
trigger ( ) : void |
public CCTimerTargetSelector ( System t, TICK_IMP selector, float interval, uint repeat = CCScheduler.kCCRepeatForever, float delay ) : UnityEngine | ||
t | System | |
selector | TICK_IMP | |
interval | float | |
repeat | uint | |
delay | float | |
return | UnityEngine |