C# Class BlisterUI.Widgets.WidgetRenderer

Inheritance: IDisposable
Mostrar archivo Open project: RegrowthStudios/VoxelRTS Class Usage Examples

Public Methods

Method Description
Add ( DrawableRect r ) : void
Add ( DrawableText t ) : void
Dispose ( ) : void
Draw ( SpriteBatch batch ) : void
Remove ( DrawableRect r ) : void
Remove ( DrawableText t ) : void
WidgetRenderer ( GraphicsDevice g, SpriteFont f ) : System

Method Details

Add() public method

public Add ( DrawableRect r ) : void
r DrawableRect
return void

Add() public method

public Add ( DrawableText t ) : void
t DrawableText
return void

Dispose() public method

public Dispose ( ) : void
return void

Draw() public method

public Draw ( SpriteBatch batch ) : void
batch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void

Remove() public method

public Remove ( DrawableRect r ) : void
r DrawableRect
return void

Remove() public method

public Remove ( DrawableText t ) : void
t DrawableText
return void

WidgetRenderer() public method

public WidgetRenderer ( GraphicsDevice g, SpriteFont f ) : System
g GraphicsDevice
f Microsoft.Xna.Framework.Graphics.SpriteFont
return System