C# Class BBGamelib.CCActionInstant

Inheritance: CCActionFiniteTime
Datei anzeigen Open project: BigWoodGames/cocos2d-unity

Public Methods

Method Description
copy ( ) : CCActionInstant
init ( ) : void
isDone ( ) : bool
reverse ( ) : CCActionInstant
step ( float dt ) : void
update ( float dt ) : void

Protected Methods

Method Description
reverseImpl ( ) : CCAction

Method Details

copy() public method

public copy ( ) : CCActionInstant
return CCActionInstant

init() public method

public init ( ) : void
return void

isDone() public method

public isDone ( ) : bool
return bool

reverse() public method

public reverse ( ) : CCActionInstant
return CCActionInstant

reverseImpl() protected method

protected reverseImpl ( ) : CCAction
return CCAction

step() public method

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

update() public method

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