C# Class RTS.App

Inheritance: BlisterUI.MainGame
Afficher le fichier Open project: RegrowthStudios/VoxelRTS

Méthodes publiques

Свойство Type Description
dcv RTSEngine.Graphics.DevConsoleView
fx Microsoft.Xna.Framework.Graphics.BasicEffect
mRenderer MouseRenderer
tMouseMain Microsoft.Xna.Framework.Graphics.Texture2D

Méthodes publiques

Méthode Description
App ( ) : System
DrawDevConsole ( ) : void
DrawMouse ( ) : void

Méthodes protégées

Méthode Description
BuildScreenList ( ) : void
Draw ( GameTime gameTime ) : void
FullInitialize ( ) : void
FullLoad ( ) : void
FullQuit ( GameTime gameTime ) : void
Update ( GameTime gameTime ) : void

Private Methods

Méthode Description
Main ( string args ) : void

Method Details

App() public méthode

public App ( ) : System
Résultat System

BuildScreenList() protected méthode

protected BuildScreenList ( ) : void
Résultat void

Draw() protected méthode

protected Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

DrawDevConsole() public méthode

public DrawDevConsole ( ) : void
Résultat void

DrawMouse() public méthode

public DrawMouse ( ) : void
Résultat void

FullInitialize() protected méthode

protected FullInitialize ( ) : void
Résultat void

FullLoad() protected méthode

protected FullLoad ( ) : void
Résultat void

FullQuit() protected méthode

protected FullQuit ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

Update() protected méthode

protected Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

Property Details

dcv public_oe property

public DevConsoleView,RTSEngine.Graphics dcv
Résultat RTSEngine.Graphics.DevConsoleView

fx public_oe property

public BasicEffect,Microsoft.Xna.Framework.Graphics fx
Résultat Microsoft.Xna.Framework.Graphics.BasicEffect

mRenderer public_oe property

public MouseRenderer mRenderer
Résultat MouseRenderer

tMouseMain public_oe property

public Texture2D,Microsoft.Xna.Framework.Graphics tMouseMain
Résultat Microsoft.Xna.Framework.Graphics.Texture2D