C# Class BBGamelib.CCRotateTo

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

Méthodes publiques

Méthode Description
CCRotateTo ( float t, float angle ) : UnityEngine
initWithDuration ( float t, float angle ) : void
startWithTarget ( object aTarget ) : void
update ( float t ) : void

Méthodes protégées

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

Method Details

CCRotateTo() public méthode

public CCRotateTo ( float t, float angle ) : UnityEngine
t float
angle float
Résultat UnityEngine

copyImpl() protected méthode

protected copyImpl ( ) : CCAction
Résultat CCAction

initWithDuration() public méthode

public initWithDuration ( float t, float angle ) : void
t float
angle float
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

update() public méthode

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