C# Class BBGamelib.CCBlink

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

Méthodes publiques

Méthode Description
CCBlink ( float t, uint blinks ) : UnityEngine
initWithDuration ( float t, uint blinks ) : void
startWithTarget ( object aTarget ) : void
stop ( ) : void
update ( float t ) : void

Méthodes protégées

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

Method Details

CCBlink() public méthode

public CCBlink ( float t, uint blinks ) : UnityEngine
t float
blinks uint
Résultat UnityEngine

copyImpl() protected méthode

protected copyImpl ( ) : CCAction
Résultat CCAction

initWithDuration() public méthode

public initWithDuration ( float t, uint blinks ) : void
t float
blinks uint
Résultat void

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