C# Class BBGamelib.CCTintTo

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

Méthodes publiques

Méthode Description
CCTintTo ( float t, byte r, byte g, byte b ) : UnityEngine
initWithDuration ( float t, byte r, byte g, byte b ) : void
startWithTarget ( object aTarget ) : void
update ( float t ) : void

Méthodes protégées

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

Method Details

CCTintTo() public méthode

public CCTintTo ( float t, byte r, byte g, byte b ) : UnityEngine
t float
r byte
g byte
b byte
Résultat UnityEngine

copyImpl() protected méthode

protected copyImpl ( ) : CCAction
Résultat CCAction

initWithDuration() public méthode

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