C# Class MonoGdx.Scene2D.Actions.AlphaAction

Sets the alpha for an actor's color (or a specified color), from the current alpha to the new alpha.
Note this action transitions from the alpha at the time the action starts to the specified alpha.
Inheritance: TemporalAction
Afficher le fichier Open project: jaquadro/MonoGdx Class Usage Examples

Méthodes publiques

Méthode Description
Reset ( ) : void

Méthodes protégées

Méthode Description
Begin ( ) : void
Update ( float percent ) : void

Method Details

Begin() protected méthode

protected Begin ( ) : void
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

Update() protected méthode

protected Update ( float percent ) : void
percent float
Résultat void