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

상속: SimpleRemoteActuator
파일 보기 프로젝트 열기: ggrrin/DungeonMaster 1 사용 예제들

공개 메소드들

메소드 설명
ExchangeItems ( IGrabableItem item ) : IGrabableItem
SwitchActuator ( Microsoft.Xna.Framework.Vector3 position, Tile targetTile, ActionStateX action ) : DungeonMasterEngine.DungeonContent.Items

메소드 상세

ExchangeItems() 공개 메소드

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

SwitchActuator() 공개 메소드

public SwitchActuator ( Microsoft.Xna.Framework.Vector3 position, Tile targetTile, ActionStateX action ) : DungeonMasterEngine.DungeonContent.Items
position Microsoft.Xna.Framework.Vector3
targetTile Tile
action ActionStateX
리턴 DungeonMasterEngine.DungeonContent.Items