C# Class BBGamelib.CCAnimate

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

Méthodes publiques

Méthode Description
CCAnimate ( CCAnimation animation ) : UnityEngine
initWithAnimation ( CCAnimation anim ) : void
startWithTarget ( object aTarget ) : void
stop ( ) : void
update ( float t ) : void

Méthodes protégées

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

Method Details

CCAnimate() public méthode

public CCAnimate ( CCAnimation animation ) : UnityEngine
animation CCAnimation
Résultat UnityEngine

copyImpl() protected méthode

protected copyImpl ( ) : CCAction
Résultat CCAction

initWithAnimation() public méthode

public initWithAnimation ( CCAnimation anim ) : void
anim CCAnimation
Résultat void

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 t ) : void
t float
Résultat void