![]() |
Roboid Control for C#
|
The Unity representation of the TouchSensor.
Static Public Member Functions | |
static TouchSensor | Create (RoboidControl.TouchSensor core) |
Create the Unity representation. | |
static Thing | Create (RoboidControl.Thing core) |
Public Attributes | |
SiteServer | participant |
Protected Member Functions | |
virtual void | Start () |
Start the Unity represention. | |
void | SetCoreThing (RoboidControl.Thing thing) |
Set the core C# thing. | |
virtual void | Update () |
Update the Unity representation. | |
Properties | |
RoboidControl.TouchSensor | coreSensor [get] |
The core touch sensor. | |
RoboidControl.Thing | core [get, set] |
The core C# thing. | |
|
static |
Create the Unity representation.
core | The core touch sensor |