C# Class BBGamelib.scheduler.CCTimerBlock

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

Public Methods

Method Description
CCTimerBlock ( System owner, float seconds, string key, TICK_IMP block, uint repeat = CCScheduler.kCCRepeatForever, float delay ) : UnityEngine
ToString ( ) : string

Protected Methods

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

Method Details

CCTimerBlock() public method

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

ToString() public method

public ToString ( ) : string
return string

cancel() protected method

protected cancel ( ) : void
return void

trigger() protected method

protected trigger ( ) : void
return void