![]() |
Roboid Control for C#
|
The Unity representation of a distance sensor.
Static Public Member Functions | |
static DistanceSensor | Create (RoboidControl.DistanceSensor core) |
Create the Unity representation of the distance sensor. | |
static Thing | Create (RoboidControl.Thing core) |
Protected Member Functions | |
virtual void | Start () |
Start the Unity representation. | |
void | SetCoreThing (RoboidControl.Thing thing) |
Set the core C# thing. | |
virtual void | Update () |
Update the Unity representation. | |
Properties | |
new RoboidControl.DistanceSensor | core [get, set] |
The core distance sensor. | |
|
static |
Create the Unity representation of the distance sensor.
parent | The parent of the core distance sensor |