C# Class MonoGdx.Scene2D.Actions.SizeToAction

Moves an actor from its current size to a specific size.
Inheritance: TemporalAction
Afficher le fichier Open project: jaquadro/MonoGdx Class Usage Examples

Méthodes publiques

Méthode Description
SetSize ( float width, float height ) : 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

SetSize() public méthode

public SetSize ( float width, float height ) : void
width float
height float
Résultat void

Update() protected méthode

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