C# Class DungeonMasterEngine.Graphics.GraphicsCollection

Inheritance: IGraphicProvider
Afficher le fichier Open project: ggrrin/DungeonMaster Class Usage Examples

Méthodes publiques

Méthode Description
AddListOfDrawables ( IEnumerable drawable ) : void
Draw ( BasicEffect status ) : void
GraphicsCollection ( ) : System

Method Details

AddListOfDrawables() public méthode

public AddListOfDrawables ( IEnumerable drawable ) : void
drawable IEnumerable
Résultat void

Draw() public méthode

public Draw ( BasicEffect status ) : void
status Microsoft.Xna.Framework.Graphics.BasicEffect
Résultat void

GraphicsCollection() public méthode

public GraphicsCollection ( ) : System
Résultat System