C# Class RTS.App

Inheritance: BlisterUI.MainGame
Show file Open project: RegrowthStudios/VoxelRTS

Public Properties

Property Type Description
dcv RTSEngine.Graphics.DevConsoleView
fx Microsoft.Xna.Framework.Graphics.BasicEffect
mRenderer MouseRenderer
tMouseMain Microsoft.Xna.Framework.Graphics.Texture2D

Public Methods

Method Description
App ( ) : System
DrawDevConsole ( ) : void
DrawMouse ( ) : void

Protected Methods

Method Description
BuildScreenList ( ) : void
Draw ( GameTime gameTime ) : void
FullInitialize ( ) : void
FullLoad ( ) : void
FullQuit ( GameTime gameTime ) : void
Update ( GameTime gameTime ) : void

Private Methods

Method Description
Main ( string args ) : void

Method Details

App() public method

public App ( ) : System
return System

BuildScreenList() protected method

protected BuildScreenList ( ) : void
return void

Draw() protected method

protected Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

DrawDevConsole() public method

public DrawDevConsole ( ) : void
return void

DrawMouse() public method

public DrawMouse ( ) : void
return void

FullInitialize() protected method

protected FullInitialize ( ) : void
return void

FullLoad() protected method

protected FullLoad ( ) : void
return void

FullQuit() protected method

protected FullQuit ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

Update() protected method

protected Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

Property Details

dcv public property

public DevConsoleView,RTSEngine.Graphics dcv
return RTSEngine.Graphics.DevConsoleView

fx public property

public BasicEffect,Microsoft.Xna.Framework.Graphics fx
return Microsoft.Xna.Framework.Graphics.BasicEffect

mRenderer public property

public MouseRenderer mRenderer
return MouseRenderer

tMouseMain public property

public Texture2D,Microsoft.Xna.Framework.Graphics tMouseMain
return Microsoft.Xna.Framework.Graphics.Texture2D