C# 클래스 DungeonMasterEngine.DungeonContent.Actuators.SimpleRemoteActuator

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

보호된 메소드들

메소드 설명
PerformMessage ( Tile targetTile, ActionStateX action, bool activated ) : void
SendMessageAsync ( bool activated ) : void
SimpleRemoteActuator ( Tile targetTile, ActionStateX targetAction, Vector3 position ) : System

메소드 상세

PerformMessage() 보호된 최종 메소드

protected final PerformMessage ( Tile targetTile, ActionStateX action, bool activated ) : void
targetTile Tile
action ActionStateX
activated bool
리턴 void

SendMessageAsync() 보호된 메소드

protected SendMessageAsync ( bool activated ) : void
activated bool
리턴 void

SimpleRemoteActuator() 보호된 메소드

protected SimpleRemoteActuator ( Tile targetTile, ActionStateX targetAction, Vector3 position ) : System
targetTile Tile
targetAction ActionStateX
position Vector3
리턴 System