C# Class DungeonMasterEngine.DungeonContent.Tiles.Floor

Inheritance: Tile
Show file Open project: ggrrin/DungeonMaster

Protected Properties

Property Type Description
wallGraphic DungeonMasterEngine.Graphics.CubeGraphic

Public Methods

Method Description
Floor ( Microsoft.Xna.Framework.Vector3 position ) : DungeonMasterEngine.Graphics

Protected Methods

Method Description
UpdateWall ( ) : void

Method Details

Floor() public method

public Floor ( Microsoft.Xna.Framework.Vector3 position ) : DungeonMasterEngine.Graphics
position Microsoft.Xna.Framework.Vector3
return DungeonMasterEngine.Graphics

UpdateWall() protected method

protected UpdateWall ( ) : void
return void

Property Details

wallGraphic protected property

protected CubeGraphic,DungeonMasterEngine.Graphics wallGraphic
return DungeonMasterEngine.Graphics.CubeGraphic