C# Class BBGamelib.CCRepeatForever

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

Public Methods

Method Description
CCRepeatForever ( CCActionInterval action ) : UnityEngine
initWithAction ( CCActionInterval action ) : void
isDone ( ) : bool
reverse ( ) : CCRepeatForever
startWithTarget ( System aTarget ) : void
step ( float dt ) : void

Protected Methods

Method Description
copyImpl ( ) : CCAction

Method Details

CCRepeatForever() public method

public CCRepeatForever ( CCActionInterval action ) : UnityEngine
action CCActionInterval
return UnityEngine

copyImpl() protected method

protected copyImpl ( ) : CCAction
return CCAction

initWithAction() public method

public initWithAction ( CCActionInterval action ) : void
action CCActionInterval
return void

isDone() public method

public isDone ( ) : bool
return bool

reverse() public method

public reverse ( ) : CCRepeatForever
return CCRepeatForever

startWithTarget() public method

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

step() public method

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