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

Detailed Description

The representation of a Thing in Unity.

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

Static Public Member Functions

static Thing Create (RoboidControl.Thing core)
 

Public Attributes

SiteServer participant
 

Protected Member Functions

void SetCoreThing (RoboidControl.Thing thing)
 Set the core C# thing.
 
void Init (RoboidControl.Thing core)
 
virtual void Update ()
 Update the Unity representation.
 

Properties

RoboidControl.Thing core [get, set]
 The core C# thing.
 

Member Function Documentation

◆ Update()

virtual void RoboidControl.Unity.Thing.Update ( )
protectedvirtual

Update the Unity representation.

Reimplemented in RoboidControl.Unity.TouchSensor.