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

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

공개 메소드들

메소드 설명
FloorActuator ( Vector3 position, Tile currentTile, IConstrain constrain, IEnumerable targetTile, IEnumerable action ) : System
ToString ( ) : string

보호된 메소드들

메소드 설명
TriggerCondition ( ) : bool

비공개 메소드들

메소드 설명
CurrentTile_ObjectEntered ( object sender, object e ) : void
CurrentTile_ObjectLeft ( object sender, object e ) : void
SendMessageAsync ( bool activated ) : void

메소드 상세

FloorActuator() 공개 메소드

public FloorActuator ( Vector3 position, Tile currentTile, IConstrain constrain, IEnumerable targetTile, IEnumerable action ) : System
position Vector3
currentTile Tile
constrain IConstrain
targetTile IEnumerable
action IEnumerable
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TriggerCondition() 보호된 메소드

protected TriggerCondition ( ) : bool
리턴 bool