C# Class BBGamelib.CCSpeed

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

Méthodes publiques

Méthode Description
CCSpeed ( CCActionInterval action, float speed ) : UnityEngine
initWithAction ( CCActionInterval action, float speed ) : void
isDone ( ) : bool
reverse ( ) : CCAction
startWithTarget ( object aTarget ) : void
step ( float dt ) : void
stop ( ) : void

Méthodes protégées

Méthode Description
copyImpl ( ) : CCAction

Method Details

CCSpeed() public méthode

public CCSpeed ( CCActionInterval action, float speed ) : UnityEngine
action CCActionInterval
speed float
Résultat UnityEngine

copyImpl() protected méthode

protected copyImpl ( ) : CCAction
Résultat CCAction

initWithAction() public méthode

public initWithAction ( CCActionInterval action, float speed ) : void
action CCActionInterval
speed float
Résultat void

isDone() public méthode

public isDone ( ) : bool
Résultat bool

reverse() public méthode

public reverse ( ) : CCAction
Résultat CCAction

startWithTarget() public méthode

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

step() public méthode

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

stop() public méthode

public stop ( ) : void
Résultat void