C# Class BBGamelib.CCJumpBy

Inheritance: CCActionInterval
Datei anzeigen Open project: BigWoodGames/cocos2d-unity Class Usage Examples

Protected Properties

Property Type Description
_delta UnityEngine.Vector2
_height float
_jumps uint
_previousPos UnityEngine.Vector2
_startPosition UnityEngine.Vector2

Public Methods

Method 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

Protected Methods

Method Description
copyImpl ( ) : CCAction
reverseImpl ( ) : CCAction

Method Details

CCJumpBy() public method

public CCJumpBy ( float t, Vector2 pos, float height, uint jumps ) : UnityEngine
t float
pos UnityEngine.Vector2
height float
jumps uint
return UnityEngine

copyImpl() protected method

protected copyImpl ( ) : CCAction
return CCAction

initWithDuration() public method

public initWithDuration ( float t, Vector2 pos, float height, uint jumps ) : void
t float
pos UnityEngine.Vector2
height float
jumps uint
return void

reverseImpl() protected method

protected reverseImpl ( ) : CCAction
return CCAction

startWithTarget() public method

public startWithTarget ( object aTarget ) : void
aTarget object
return void

update() public method

public update ( float t ) : void
t float
return void

Property Details

_delta protected_oe property

protected Vector2,UnityEngine _delta
return UnityEngine.Vector2

_height protected_oe property

protected float _height
return float

_jumps protected_oe property

protected uint _jumps
return uint

_previousPos protected_oe property

protected Vector2,UnityEngine _previousPos
return UnityEngine.Vector2

_startPosition protected_oe property

protected Vector2,UnityEngine _startPosition
return UnityEngine.Vector2