C# Class BBGamelib.CCSpeed

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

Public Methods

Method Description
CCSpeed ( CCActionInterval action, float speed ) : UnityEngine
initWithAction ( CCActionInterval action, float speed ) : void
isDone ( ) : bool
reverse ( ) : CCAction
startWithTarget ( object aTarget ) : void
step ( float dt ) : void
stop ( ) : void

Protected Methods

Method Description
copyImpl ( ) : CCAction

Method Details

CCSpeed() public method

public CCSpeed ( CCActionInterval action, float speed ) : UnityEngine
action CCActionInterval
speed float
return UnityEngine

copyImpl() protected method

protected copyImpl ( ) : CCAction
return CCAction

initWithAction() public method

public initWithAction ( CCActionInterval action, float speed ) : void
action CCActionInterval
speed float
return void

isDone() public method

public isDone ( ) : bool
return bool

reverse() public method

public reverse ( ) : CCAction
return CCAction

startWithTarget() public method

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

step() public method

public step ( float dt ) : void
dt float
return void

stop() public method

public stop ( ) : void
return void