An Razer Hydra controller.
Inherits Passer.Tracking.ControllerComponent.
|
HydraBaseStation | baseStation |
|
bool | isLeft |
|
Vector3 | primaryAxis |
|
Vector3 | secondaryAxis |
|
float | trigger1 |
|
float | trigger2 |
|
float | button1 |
|
float | button2 |
|
float | button3 |
|
float | button4 |
|
float | option |
|
float | battery |
|
Tracker.Status | status |
| The tracking status of the sensor.
|
|
float | rotationConfidence |
| The confidence (0..1) of the tracked rotation.
|
|
float | positionConfidence |
| The confidence (0..1) of the tracked position.
|
|
bool | autoUpdate = true |
| Is used to set whether the sensor updates itself.
|
|
GameObject | model |
|
|
override void | Start () |
| Starts the sensor.
|
|
virtual void | ShowModel (string resourceName) |
| Try to add a rendered model to the sensor.
|
|
virtual void | CreateModel (string resourceName) |
| Add a rendered model to the sensor.
|
|
virtual void | Awake () |
| Initializes the sensor.
|
|
|
Transform | trackerTransform |
| The transform which is used as the root of the tracking space.
|
|
bool | _show |
|
|
virtual bool | show [get, set] |
| The render status of the sensor.
|
|
bool | renderController [set] |
| Enable or disable the renderers for this sensor.
|
|
◆ Start()
override void Passer.Tracking.HydraController.Start |
( |
| ) |
|
|
protectedvirtual |
◆ UpdateComponent()
override void Passer.Tracking.HydraController.UpdateComponent |
( |
| ) |
|
|
virtual |
◆ StartComponent()
virtual void Passer.Tracking.SensorComponent.StartComponent |
( |
Transform |
trackerTransform | ) |
|
|
virtualinherited |
Start the manual updating of the sensor.
- Parameters
-
When this function has been called, autoUpdate will be disabled and the sensor will no longer update from Unity Updates. Instead, UpdateComponent needs to be called to update the sensor data
◆ ShowModel()
virtual void Passer.Tracking.SensorComponent.ShowModel |
( |
string |
resourceName | ) |
|
|
protectedvirtualinherited |
Try to add a rendered model to the sensor.
- Parameters
-
resourceName | The name of the resource to use for the model |
No new model is added when it already has a model
◆ CreateModel()
virtual void Passer.Tracking.SensorComponent.CreateModel |
( |
string |
resourceName | ) |
|
|
protectedvirtualinherited |
Add a rendered model to the sensor.
- Parameters
-
resourceName | The name of the resource to use for the model |
Any existing model will be destroyed and replaced.
◆ Show()
virtual void Passer.Tracking.SensorComponent.Show |
( |
bool |
showModel | ) |
|
|
virtualinherited |
Show or hide the rendered model of the sensor.
- Parameters
-
showModel | True will show the mode, False will hide it |
◆ Awake()
virtual void Passer.Tracking.SensorComponent.Awake |
( |
| ) |
|
|
protectedvirtualinherited |
◆ autoUpdate
bool Passer.Tracking.SensorComponent.autoUpdate = true |
|
inherited |
Is used to set whether the sensor updates itself.
When enabled, the sensor will update itself. When disabled, StartComponent and UpdateComponent need to be called to update the tracking status.
◆ show
virtual bool Passer.Tracking.SensorComponent.show |
|
getsetinherited |
The render status of the sensor.
When enabled, sensors with renderers attached will be rendered. When disabled, sensors will not be rendered.
The documentation for this class was generated from the following file:
- d:/Unity/Humanoid4/Humanoid4_Pro/Assets/humanoidcontrol4_pro/Runtime/HumanoidControl/Scripts/Extensions/RazerHydra/HydraController.cs