C# Class BBGamelib.CCRepeat

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

Méthodes publiques

Méthode Description
CCRepeat ( CCActionFiniteTime action, uint times ) : UnityEngine
initWithAction ( CCActionFiniteTime action, uint times ) : void
isDone ( ) : bool
startWithTarget ( object aTarget ) : void
stop ( ) : void
update ( float dt ) : void

Méthodes protégées

Méthode Description
copyImpl ( ) : CCAction
reverseImpl ( ) : CCAction

Method Details

CCRepeat() public méthode

public CCRepeat ( CCActionFiniteTime action, uint times ) : UnityEngine
action CCActionFiniteTime
times uint
Résultat UnityEngine

copyImpl() protected méthode

protected copyImpl ( ) : CCAction
Résultat CCAction

initWithAction() public méthode

public initWithAction ( CCActionFiniteTime action, uint times ) : void
action CCActionFiniteTime
times uint
Résultat void

isDone() public méthode

public isDone ( ) : bool
Résultat bool

reverseImpl() protected méthode

protected reverseImpl ( ) : CCAction
Résultat CCAction

startWithTarget() public méthode

public startWithTarget ( object aTarget ) : void
aTarget object
Résultat void

stop() public méthode

public stop ( ) : void
Résultat void

update() public méthode

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