C# 클래스 DungeonMasterEngine.DungeonContent.Actuators.Wall.AlcoveActuator

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

공개 메소드들

메소드 설명
AlcoveActuator ( Microsoft.Xna.Framework.Vector3 position, IEnumerable storage ) : System.Collections.Generic
ExchangeItems ( IGrabableItem item ) : IGrabableItem

비공개 메소드들

메소드 설명
UpdateTextures ( ) : void

메소드 상세

AlcoveActuator() 공개 메소드

public AlcoveActuator ( Microsoft.Xna.Framework.Vector3 position, IEnumerable storage ) : System.Collections.Generic
position Microsoft.Xna.Framework.Vector3
storage IEnumerable
리턴 System.Collections.Generic

ExchangeItems() 공개 메소드

public ExchangeItems ( IGrabableItem item ) : IGrabableItem
item IGrabableItem
리턴 IGrabableItem