C# Class MonoGdx.Scene2D.SceneAction

Inheritance: IPoolable
Mostra file Open project: jaquadro/MonoGdx Class Usage Examples

Public Methods

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

Method Details

Act() public abstract method

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

Reset() public method

public Reset ( ) : void
return void

Restart() public method

public Restart ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string