C# 클래스 DungeonMasterEngine.DungeonContent.Actuators.Floor.PartyPossesionActuator

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

공개 메소드들

메소드 설명
PartyPossesionActuator ( Microsoft.Xna.Framework.Vector3 position, Tile actuatorTile, IConstrain constrain, IEnumerable targetTile, IEnumerable action ) : System.Collections.Generic

보호된 메소드들

메소드 설명
TriggerCondition ( ) : bool

메소드 상세

PartyPossesionActuator() 공개 메소드

public PartyPossesionActuator ( Microsoft.Xna.Framework.Vector3 position, Tile actuatorTile, IConstrain constrain, IEnumerable targetTile, IEnumerable action ) : System.Collections.Generic
position Microsoft.Xna.Framework.Vector3
actuatorTile Tile
constrain IConstrain
targetTile IEnumerable
action IEnumerable
리턴 System.Collections.Generic

TriggerCondition() 보호된 메소드

protected TriggerCondition ( ) : bool
리턴 bool