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

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

공개 메소드들

메소드 설명
RemoteActuator ( Vector3 position ) : System

보호된 메소드들

메소드 설명
PerformMessage ( Tile targetTile, ActionStateX action, bool activated ) : void
SendOneMessageAsync ( Tile targetTile, ActionStateX action, bool activated ) : System.Threading.Tasks.Task
Toggle ( Tile targetTile, bool invertEffect = false ) : void

메소드 상세

PerformMessage() 보호된 메소드

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

RemoteActuator() 공개 메소드

public RemoteActuator ( Vector3 position ) : System
position Vector3
리턴 System

SendOneMessageAsync() 보호된 메소드

protected SendOneMessageAsync ( Tile targetTile, ActionStateX action, bool activated ) : System.Threading.Tasks.Task
targetTile Tile
action ActionStateX
activated bool
리턴 System.Threading.Tasks.Task

Toggle() 보호된 메소드

protected Toggle ( Tile targetTile, bool invertEffect = false ) : void
targetTile Tile
invertEffect bool
리턴 void