C# Class BBGamelib.flash.imp.MovieImpAction

Inheritance: CCActionInterval
Afficher le fichier Open project: BigWoodGames/cocos2d-unity Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
copyImpl ( ) : CCAction
reverseImpl ( ) : CCAction

Method Details

MovieImpAction() public méthode

public MovieImpAction ( MovieImp movie, int startFrame, int endFrame ) : UnityEngine
movie MovieImp
startFrame int
endFrame int
Résultat UnityEngine

copyImpl() protected méthode

protected copyImpl ( ) : CCAction
Résultat CCAction

reverseImpl() protected méthode

protected reverseImpl ( ) : CCAction
Résultat CCAction

startWithTarget() public méthode

public startWithTarget ( object aTarget ) : void
aTarget object
Résultat void

stop() public méthode

public stop ( ) : void
Résultat void

update() public méthode

public update ( float t ) : void
t float
Résultat void