C# Class MonoGdx.Scene2D.Actions.ColorAction

Sets the actor's color (or a specified color), from the current to the new color.
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