C# Class BBGamelib.CCJumpBy

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

Protected Properties

Свойство Type Description
_delta UnityEngine.Vector2
_height float
_jumps uint
_previousPos UnityEngine.Vector2
_startPosition UnityEngine.Vector2

Méthodes publiques

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

Méthodes protégées

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

Method Details

CCJumpBy() public méthode

public CCJumpBy ( 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

initWithDuration() public méthode

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

Property Details

_delta protected_oe property

protected Vector2,UnityEngine _delta
Résultat UnityEngine.Vector2

_height protected_oe property

protected float _height
Résultat float

_jumps protected_oe property

protected uint _jumps
Résultat uint

_previousPos protected_oe property

protected Vector2,UnityEngine _previousPos
Résultat UnityEngine.Vector2

_startPosition protected_oe property

protected Vector2,UnityEngine _startPosition
Résultat UnityEngine.Vector2