C# Class BBGamelib.CCRepeatForever

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

Méthodes publiques

Méthode Description
CCRepeatForever ( CCActionInterval action ) : UnityEngine
initWithAction ( CCActionInterval action ) : void
isDone ( ) : bool
reverse ( ) : CCRepeatForever
startWithTarget ( System aTarget ) : void
step ( float dt ) : void

Méthodes protégées

Méthode Description
copyImpl ( ) : CCAction

Method Details

CCRepeatForever() public méthode

public CCRepeatForever ( CCActionInterval action ) : UnityEngine
action CCActionInterval
Résultat UnityEngine

copyImpl() protected méthode

protected copyImpl ( ) : CCAction
Résultat CCAction

initWithAction() public méthode

public initWithAction ( CCActionInterval action ) : void
action CCActionInterval
Résultat void

isDone() public méthode

public isDone ( ) : bool
Résultat bool

reverse() public méthode

public reverse ( ) : CCRepeatForever
Résultat CCRepeatForever

startWithTarget() public méthode

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

step() public méthode

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