C# 클래스 DungeonMasterEngine.DungeonContent.Tiles.WallIlusion

상속: Floor
파일 보기 프로젝트 열기: ggrrin/DungeonMaster

공개 메소드들

메소드 설명
ActivateTileContent ( ) : void
DeactivateTileContent ( ) : void
WallIlusion ( Microsoft.Xna.Framework.Vector3 position, bool isImaginary, bool isOpen ) : DungeonMasterEngine.Graphics

보호된 메소드들

메소드 설명
UpdateWall ( ) : void

메소드 상세

ActivateTileContent() 공개 메소드

public ActivateTileContent ( ) : void
리턴 void

DeactivateTileContent() 공개 메소드

public DeactivateTileContent ( ) : void
리턴 void

UpdateWall() 보호된 메소드

protected UpdateWall ( ) : void
리턴 void

WallIlusion() 공개 메소드

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