C# Class DungeonMasterEngine.DungeonContent.Tiles.WallIlusion

Inheritance: Floor
Exibir arquivo Open project: ggrrin/DungeonMaster

Public Methods

Method Description
ActivateTileContent ( ) : void
DeactivateTileContent ( ) : void
WallIlusion ( Microsoft.Xna.Framework.Vector3 position, bool isImaginary, bool isOpen ) : DungeonMasterEngine.Graphics

Protected Methods

Method Description
UpdateWall ( ) : void

Method Details

ActivateTileContent() public method

public ActivateTileContent ( ) : void
return void

DeactivateTileContent() public method

public DeactivateTileContent ( ) : void
return void

UpdateWall() protected method

protected UpdateWall ( ) : void
return void

WallIlusion() public method

public WallIlusion ( Microsoft.Xna.Framework.Vector3 position, bool isImaginary, bool isOpen ) : DungeonMasterEngine.Graphics
position Microsoft.Xna.Framework.Vector3
isImaginary bool
isOpen bool
return DungeonMasterEngine.Graphics