C# Class BBGamelib.CCTargetedAction

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

Public Methods

Method Description
CCTargetedAction ( System target, CCActionFiniteTime action ) : UnityEngine
startWithTarget ( object aTarget ) : void
stop ( ) : void
update ( float dt ) : void

Protected Methods

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

Private Methods

Method Description
initWithTarget ( System targetIn, CCActionFiniteTime actionIn ) : void

Method Details

CCTargetedAction() public method

public CCTargetedAction ( System target, CCActionFiniteTime action ) : UnityEngine
target System
action CCActionFiniteTime
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

stop() public method

public stop ( ) : void
return void

update() public method

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