C# Class BBGamelib.scheduler.CCTimer

Afficher le fichier Open project: BigWoodGames/cocos2d-unity

Protected Properties

Свойство Type Description
_delay float
_elapsed float
_interval float
_nTimesExecuted uint
_repeat uint
_runForever bool
_useDelay bool

Méthodes publiques

Méthode Description
update ( float dt ) : void

Méthodes protégées

Méthode Description
cancel ( ) : void
setupTimer ( float interval, uint repeat, float delay ) : void
trigger ( ) : void

Method Details

cancel() protected méthode

protected cancel ( ) : void
Résultat void

setupTimer() protected méthode

protected setupTimer ( float interval, uint repeat, float delay ) : void
interval float
repeat uint
delay float
Résultat void

trigger() protected méthode

protected trigger ( ) : void
Résultat void

update() public méthode

public update ( float dt ) : void
dt float
Résultat void

Property Details

_delay protected_oe property

protected float _delay
Résultat float

_elapsed protected_oe property

protected float _elapsed
Résultat float

_interval protected_oe property

protected float _interval
Résultat float

_nTimesExecuted protected_oe property

protected uint _nTimesExecuted
Résultat uint

_repeat protected_oe property

protected uint _repeat
Résultat uint

_runForever protected_oe property

protected bool _runForever
Résultat bool

_useDelay protected_oe property

protected bool _useDelay
Résultat bool