C# Class BBGamelib.flash.imp.MovieImpAction

Inheritance: CCActionInterval
Mostra file Open project: BigWoodGames/cocos2d-unity Class Usage Examples

Public Methods

Method Description
MovieImpAction ( MovieImp movie, int startFrame, int endFrame ) : UnityEngine
startWithTarget ( object aTarget ) : void
stop ( ) : void
update ( float t ) : void

Protected Methods

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

Method Details

MovieImpAction() public method

public MovieImpAction ( MovieImp movie, int startFrame, int endFrame ) : UnityEngine
movie MovieImp
startFrame int
endFrame int
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 t ) : void
t float
return void