C# Class BBGamelib.CCTargetedAction

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

Méthodes publiques

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

Méthodes protégées

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

Private Methods

Méthode Description
initWithTarget ( System targetIn, CCActionFiniteTime actionIn ) : void

Method Details

CCTargetedAction() public méthode

public CCTargetedAction ( System target, CCActionFiniteTime action ) : UnityEngine
target System
action CCActionFiniteTime
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 dt ) : void
dt float
Résultat void