C# Class DungeonMasterEngine.Graphics.Graphic

Inheritance: IGraphicProvider
Show file Open project: ggrrin/DungeonMaster

Protected Properties

Property Type Description
preTransformation Microsoft.Xna.Framework.Matrix

Public Methods

Method Description
Draw ( BasicEffect status ) : void

Method Details

Draw() public abstract method

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

Property Details

preTransformation protected property

protected Matrix,Microsoft.Xna.Framework preTransformation
return Microsoft.Xna.Framework.Matrix