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

Inheritance: MonoBehaviour
Afficher le fichier Open project: Geodan/research-festival-2018-team-1 Class Usage Examples

Méthodes publiques

Свойство Type Description
agentObject GameObject,

Méthodes publiques

Méthode Description
AgentRotation ( float angle ) : void
SendServerMessage ( string topicName, string serverMessage ) : void

Private Methods

Méthode Description
Start ( ) : void
Update ( ) : void
client_MqttMsgPublishReceived ( object sender, MqttMsgPublishEventArgs e ) : void

Method Details

AgentRotation() public méthode

public AgentRotation ( float angle ) : void
angle float
Résultat void

SendServerMessage() public méthode

public SendServerMessage ( string topicName, string serverMessage ) : void
topicName string
serverMessage string
Résultat void

Property Details

agentObject public_oe property

public GameObject, agentObject
Résultat GameObject,