C# Class BBGamelib.CCJumpTo

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

Méthodes publiques

Méthode Description
CCJumpTo ( float t, Vector2 pos, float height, uint jumps ) : UnityEngine
startWithTarget ( object aTarget ) : void

Méthodes protégées

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

Method Details

CCJumpTo() public méthode

public CCJumpTo ( float t, Vector2 pos, float height, uint jumps ) : UnityEngine
t float
pos UnityEngine.Vector2
height float
jumps uint
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