C# Class MonoGdx.Scene2D.Actions.ScaleToAction

Sets the actor's scale from its current value to a specific value.
Inheritance: TemporalAction
Afficher le fichier Open project: jaquadro/MonoGdx Class Usage Examples

Méthodes publiques

Méthode Description
SetScale ( float scale ) : void
SetScale ( float x, float y ) : 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

SetScale() public méthode

public SetScale ( float scale ) : void
scale float
Résultat void

SetScale() public méthode

public SetScale ( float x, float y ) : void
x float
y float
Résultat void

Update() protected méthode

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