C# Class DungeonMasterEngine.Graphics.GraphicsCollection

Inheritance: IGraphicProvider
Mostra file Open project: ggrrin/DungeonMaster Class Usage Examples

Public Methods

Method Description
AddListOfDrawables ( IEnumerable drawable ) : void
Draw ( BasicEffect status ) : void
GraphicsCollection ( ) : System

Method Details

AddListOfDrawables() public method

public AddListOfDrawables ( IEnumerable drawable ) : void
drawable IEnumerable
return void

Draw() public method

public Draw ( BasicEffect status ) : void
status Microsoft.Xna.Framework.Graphics.BasicEffect
return void

GraphicsCollection() public method

public GraphicsCollection ( ) : System
return System