C# Class BBGamelib.CCBezierTo

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

Public Methods

Method Description
CCBezierTo ( float t, ccBezierConfig c ) : UnityEngine
initWithDuration ( float t, ccBezierConfig c ) : void
startWithTarget ( object aTarget ) : void

Protected Methods

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

Method Details

CCBezierTo() public method

public CCBezierTo ( float t, ccBezierConfig c ) : UnityEngine
t float
c ccBezierConfig
return UnityEngine

copyImpl() protected method

protected copyImpl ( ) : CCAction
return CCAction

initWithDuration() public method

public initWithDuration ( float t, ccBezierConfig c ) : void
t float
c ccBezierConfig
return void

reverseImpl() protected method

protected reverseImpl ( ) : CCAction
return CCAction

startWithTarget() public method

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