C# Class DungeonMasterEngine.DungeonContent.Tiles.Pit

Inheritance: Floor
Afficher le fichier Open project: ggrrin/DungeonMaster

Méthodes publiques

Méthode Description
Pit ( Microsoft.Xna.Framework.Vector3 position ) : DungeonMasterEngine.Graphics

Méthodes protégées

Méthode Description
UpdateWall ( ) : void

Method Details

Pit() public méthode

public Pit ( Microsoft.Xna.Framework.Vector3 position ) : DungeonMasterEngine.Graphics
position Microsoft.Xna.Framework.Vector3
Résultat DungeonMasterEngine.Graphics

UpdateWall() protected méthode

protected UpdateWall ( ) : void
Résultat void