C# Class BBGamelib.CCFadeIn

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

Méthodes publiques

Méthode Description
CCFadeIn ( float d ) : UnityEngine
update ( float t ) : void

Méthodes protégées

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

Method Details

CCFadeIn() public méthode

public CCFadeIn ( float d ) : UnityEngine
d float
Résultat UnityEngine

copyImpl() protected méthode

protected copyImpl ( ) : CCAction
Résultat CCAction

reverseImpl() protected méthode

protected reverseImpl ( ) : CCAction
Résultat CCAction

update() public méthode

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