C# Class BBGamelib.CCScaleBy

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

Méthodes publiques

Méthode Description
CCScaleBy ( float t, float scale ) : UnityEngine
CCScaleBy ( float t, float scaleX, float scaleY ) : UnityEngine
startWithTarget ( object aTarget ) : void

Méthodes protégées

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

Method Details

CCScaleBy() public méthode

public CCScaleBy ( float t, float scale ) : UnityEngine
t float
scale float
Résultat UnityEngine

CCScaleBy() public méthode

public CCScaleBy ( float t, float scaleX, float scaleY ) : UnityEngine
t float
scaleX float
scaleY float
Résultat UnityEngine

copyImpl() protected méthode

protected copyImpl ( ) : CCAction
Résultat CCAction

reverseImpl() protected méthode

protected reverseImpl ( ) : CCAction
Résultat CCAction

startWithTarget() public méthode

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