C# Class BBGamelib.CCJumpTo

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

Public Methods

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

Protected Methods

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

Method Details

CCJumpTo() public method

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

reverseImpl() protected method

protected reverseImpl ( ) : CCAction
return CCAction

startWithTarget() public method

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