C# Class RTSEngine.Graphics.DevConsoleView

Inheritance: IDisposable
Show file Open project: RegrowthStudios/VoxelRTS Class Usage Examples

Public Properties

Property Type Description
TEXT_OFFSET Vector2

Public Methods

Method Description
DevConsoleView ( Microsoft.Xna.Framework.Content.ContentManager cm, string _font, GraphicsDevice g ) : System
Dispose ( ) : void
Draw ( SpriteBatch sb, Vector2 pos ) : void

Method Details

DevConsoleView() public method

public DevConsoleView ( Microsoft.Xna.Framework.Content.ContentManager cm, string _font, GraphicsDevice g ) : System
cm Microsoft.Xna.Framework.Content.ContentManager
_font string
g GraphicsDevice
return System

Dispose() public method

public Dispose ( ) : void
return void

Draw() public method

public Draw ( SpriteBatch sb, Vector2 pos ) : void
sb Microsoft.Xna.Framework.Graphics.SpriteBatch
pos Vector2
return void

Property Details

TEXT_OFFSET public static property

public static Vector2 TEXT_OFFSET
return Vector2