C# Class BlisterUI.Widgets.WidgetRenderer

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

Méthodes publiques

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

public Add ( DrawableRect r ) : void
r DrawableRect
Résultat void

Add() public méthode

public Add ( DrawableText t ) : void
t DrawableText
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Draw() public méthode

public Draw ( SpriteBatch batch ) : void
batch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

Remove() public méthode

public Remove ( DrawableRect r ) : void
r DrawableRect
Résultat void

Remove() public méthode

public Remove ( DrawableText t ) : void
t DrawableText
Résultat void

WidgetRenderer() public méthode

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