C# Class MonoGdx.Scene2D.Actions.RemoveActorAction

Removes an actor from the stage.
Inheritance: SceneAction
ファイルを表示 Open project: jaquadro/MonoGdx Class Usage Examples

Public Methods

Method Description
Act ( float delta ) : bool
Reset ( ) : void
Restart ( ) : void

Method Details

Act() public method

public Act ( float delta ) : bool
delta float
return bool

Reset() public method

public Reset ( ) : void
return void

Restart() public method

public Restart ( ) : void
return void