Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
▼NLinearAlgebra | |
CAngle | Angle utilities |
CFloat | Float number utilities |
CVector2 | 2-dimensional vectors |
CVector3 | 3-dimensional vectors |
▼NRoboidControl | |
▼NUnity | |
CDistanceSensor | The Unity representation of a distance sensor |
CThing | The representation of a Thing in Unity |
CTouchSensor | The Unity representation of the TouchSensor |
CBinaryMsg | A message containing binary data for custom communication |
CDestroyMsg | Message notifiying that a Thing no longer exists |
CDifferentialDrive | A thing which can move itself using a differential drive system |
CDistanceSensor | A sensor measuring the distance in the forward direction |
CIMessage | Root structure for all communcation messages |
CInvestigateMsg | Message to request details for a Thing |
CLocalParticipant | A participant is used for communcation between things |
CModelUrlMsg | Message for communicating the URL for a model of the thing |
CNameMsg | Message for communicating the name of a thing |
CNetworkIdMsg | A message communicating the network ID for that participant |
CParticipant | A reference to a participant, possibly on a remote location |
CParticipantMsg | A participant messages notifies other participants of its presence |
CPoseMsg | Message to communicate the pose of the thing |
CSiteServer | A site server is a participant which provides a shared simulated environment |
CTemperatureSensor | A temperature sensor |
CTextMsg | Message for sending generic text |
CThing | A thing is the primitive building block |
CThingMsg | Message providing generic information about a Thing |
CTouchSensor | A sensor which can detect touches |