C# Class ServerMessages, research-festival-2018-team-1

Inheritance: MonoBehaviour
Show file Open project: Geodan/research-festival-2018-team-1 Class Usage Examples

Public Properties

Property Type Description
agentObject GameObject,

Public Methods

Method Description
AgentRotation ( float angle ) : void
SendServerMessage ( string topicName, string serverMessage ) : void

Private Methods

Method Description
Start ( ) : void
Update ( ) : void
client_MqttMsgPublishReceived ( object sender, MqttMsgPublishEventArgs e ) : void

Method Details

AgentRotation() public method

public AgentRotation ( float angle ) : void
angle float
return void

SendServerMessage() public method

public SendServerMessage ( string topicName, string serverMessage ) : void
topicName string
serverMessage string
return void

Property Details

agentObject public property

public GameObject, agentObject
return GameObject,