C# Class BBGamelib.scheduler.CCTimerTargetSelector

Inheritance: CCTimer
Datei anzeigen Open project: BigWoodGames/cocos2d-unity Class Usage Examples

Public Methods

Method Description
CCTimerTargetSelector ( System t, TICK_IMP selector, float interval, uint repeat = CCScheduler.kCCRepeatForever, float delay ) : UnityEngine
ToString ( ) : string

Protected Methods

Method Description
cancel ( ) : void
trigger ( ) : void

Method Details

CCTimerTargetSelector() public method

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

ToString() public method

public ToString ( ) : string
return string

cancel() protected method

protected cancel ( ) : void
return void

trigger() protected method

protected trigger ( ) : void
return void