Roboid Control for C#
Loading...
Searching...
No Matches
Static Public Member Functions | Public Attributes | Protected Member Functions | Properties | List of all members
RoboidControl.Unity.TouchSensor Class Reference

Detailed Description

The Unity representation of the TouchSensor.

Inheritance diagram for RoboidControl.Unity.TouchSensor:
RoboidControl.Unity.Thing

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.
 

Member Function Documentation

◆ Create()

static TouchSensor RoboidControl.Unity.TouchSensor.Create ( RoboidControl::TouchSensor  core)
static

Create the Unity representation.

Parameters
coreThe core touch sensor
Returns
The Unity representation of the touch sensor