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

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

공개 메소드들

메소드 설명
LogicGate ( Tile targetTile, ActionStateX action, Vector3 position, bool refBit0, bool refBit1, bool refBit2, bool refBit3 ) : System
this ( int bitIndex ) : bool

메소드 상세

LogicGate() 공개 메소드

public LogicGate ( Tile targetTile, ActionStateX action, Vector3 position, bool refBit0, bool refBit1, bool refBit2, bool refBit3 ) : System
targetTile Tile
action ActionStateX
position Vector3
refBit0 bool
refBit1 bool
refBit2 bool
refBit3 bool
리턴 System

this() 공개 메소드

public this ( int bitIndex ) : bool
bitIndex int
리턴 bool