C# Class DungeonMasterEngine.DungeonContent.Tiles.Pit

Inheritance: Floor
显示文件 Open project: ggrrin/DungeonMaster

Public Methods

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

Protected Methods

Method Description
UpdateWall ( ) : void

Method Details

Pit() public method

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

UpdateWall() protected method

protected UpdateWall ( ) : void
return void