C# Class BBGamelib.CCFadeTo

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

Méthodes publiques

Méthode Description
CCFadeTo ( float d, byte opacity ) : UnityEngine
initWithDuration ( float t, byte opacity ) : void
startWithTarget ( object aTarget ) : void
update ( float t ) : void

Méthodes protégées

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

Method Details

CCFadeTo() public méthode

public CCFadeTo ( float d, byte opacity ) : UnityEngine
d float
opacity byte
Résultat UnityEngine

copyImpl() protected méthode

protected copyImpl ( ) : CCAction
Résultat CCAction

initWithDuration() public méthode

public initWithDuration ( float t, byte opacity ) : void
t float
opacity byte
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

update() public méthode

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