C# Class MonoGdx.Scene2D.Actions.RemoveActorAction

Removes an actor from the stage.
Inheritance: SceneAction
Afficher le fichier Open project: jaquadro/MonoGdx Class Usage Examples

Méthodes publiques

Méthode Description
Act ( float delta ) : bool
Reset ( ) : void
Restart ( ) : void

Method Details

Act() public méthode

public Act ( float delta ) : bool
delta float
Résultat bool

Reset() public méthode

public Reset ( ) : void
Résultat void

Restart() public méthode

public Restart ( ) : void
Résultat void