C# Class BBGamelib.scheduler.CCTimerBlock

Inheritance: CCTimer
Afficher le fichier Open project: BigWoodGames/cocos2d-unity Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
cancel ( ) : void
trigger ( ) : void

Method Details

CCTimerBlock() public méthode

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
Résultat UnityEngine

ToString() public méthode

public ToString ( ) : string
Résultat string

cancel() protected méthode

protected cancel ( ) : void
Résultat void

trigger() protected méthode

protected trigger ( ) : void
Résultat void