C# 클래스 ServerMessages, research-festival-2018-team-1

상속: MonoBehaviour
파일 보기 프로젝트 열기: Geodan/research-festival-2018-team-1 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
agentObject GameObject,

공개 메소드들

메소드 설명
AgentRotation ( float angle ) : void
SendServerMessage ( string topicName, string serverMessage ) : void

비공개 메소드들

메소드 설명
Start ( ) : void
Update ( ) : void
client_MqttMsgPublishReceived ( object sender, MqttMsgPublishEventArgs e ) : void

메소드 상세

AgentRotation() 공개 메소드

public AgentRotation ( float angle ) : void
angle float
리턴 void

SendServerMessage() 공개 메소드

public SendServerMessage ( string topicName, string serverMessage ) : void
topicName string
serverMessage string
리턴 void

프로퍼티 상세

agentObject 공개적으로 프로퍼티

public GameObject, agentObject
리턴 GameObject,