C# Class RTSEngine.Graphics.DevConsoleView

Inheritance: IDisposable
Afficher le fichier Open project: RegrowthStudios/VoxelRTS Class Usage Examples

Méthodes publiques

Свойство Type Description
TEXT_OFFSET Vector2

Méthodes publiques

Méthode 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 méthode

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

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Draw() public méthode

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

Property Details

TEXT_OFFSET public_oe static_oe property

public static Vector2 TEXT_OFFSET
Résultat Vector2