C# Class Reactor.RGame

Inheritance: IDisposable
Mostra file Open project: reisergames/reactor-v1 Class Usage Examples

Public Properties

Property Type Description
Reactor REngine

Public Methods

Method Description
Destroy ( ) : void
Dispose ( ) : void
Exit ( ) : void
Init ( ) : void
IsTrialMode ( ) : bool
Load ( ) : void
RGame ( ) : Microsoft.Xna.Framework.GamerServices
Render ( ) : void
Render2D ( ) : void
Run ( ) : void
Update ( ) : void

Method Details

Destroy() public method

public Destroy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Exit() public method

public Exit ( ) : void
return void

Init() public method

public Init ( ) : void
return void

IsTrialMode() public method

public IsTrialMode ( ) : bool
return bool

Load() public method

public Load ( ) : void
return void

RGame() public method

public RGame ( ) : Microsoft.Xna.Framework.GamerServices
return Microsoft.Xna.Framework.GamerServices

Render() public method

public Render ( ) : void
return void

Render2D() public method

public Render2D ( ) : void
return void

Run() public method

public Run ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

Reactor public_oe property

public REngine Reactor
return REngine