C# Class BBGamelib.CCBezierTo

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

Méthodes publiques

Méthode Description
CCBezierTo ( float t, ccBezierConfig c ) : UnityEngine
initWithDuration ( float t, ccBezierConfig c ) : void
startWithTarget ( object aTarget ) : void

Méthodes protégées

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

Method Details

CCBezierTo() public méthode

public CCBezierTo ( float t, ccBezierConfig c ) : UnityEngine
t float
c ccBezierConfig
Résultat UnityEngine

copyImpl() protected méthode

protected copyImpl ( ) : CCAction
Résultat CCAction

initWithDuration() public méthode

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