Tilt Five Unity API
1.3.0
|
Contains wand related information (Pose, Buttons, Trigger, Stick, Battery) More...
Classes | |
struct | Buttons |
struct | Joystick |
Public Attributes | |
UInt64 | TimestampNanos |
float | Trigger |
Joystick | Stick |
byte | Battery |
Buttons | ButtonsState |
T5_Hand | Hand |
Properties | |
bool | AnalogValid [get, set] |
bool | BatteryValid [get, set] |
bool | ButtonsValid [get, set] |
bool | PoseValid [get, set] |
Quaternion | RotToWND_GBD [get, set] |
Vector3 | AimPos_GBD [get, set] |
Vector3 | FingertipsPos_GBD [get, set] |
Vector3 | GripPos_GBD [get, set] |
Private Attributes | |
T5_Bool | analogValid |
T5_Bool | batteryValid |
T5_Bool | buttonsValid |
T5_Bool | poseValid |
T5_Rotation | rotToWND_GBD |
T5_Position | aimPos_GBD |
T5_Position | fingertipsPos_GBD |
T5_Position | gripPos_GBD |
Contains wand related information (Pose, Buttons, Trigger, Stick, Battery)
Definition at line 276 of file NativePlugin.cs.
|
private |
Definition at line 325 of file NativePlugin.cs.
|
private |
Definition at line 314 of file NativePlugin.cs.
byte TiltFive.T5_ControllerState.Battery |
Definition at line 321 of file NativePlugin.cs.
|
private |
Definition at line 315 of file NativePlugin.cs.
Buttons TiltFive.T5_ControllerState.ButtonsState |
Definition at line 322 of file NativePlugin.cs.
|
private |
Definition at line 316 of file NativePlugin.cs.
|
private |
Definition at line 326 of file NativePlugin.cs.
|
private |
Definition at line 327 of file NativePlugin.cs.
T5_Hand TiltFive.T5_ControllerState.Hand |
Definition at line 329 of file NativePlugin.cs.
|
private |
Definition at line 317 of file NativePlugin.cs.
|
private |
Definition at line 324 of file NativePlugin.cs.
Joystick TiltFive.T5_ControllerState.Stick |
Definition at line 320 of file NativePlugin.cs.
Referenced by TiltFive.Wand.WandCore.GetStickTilt().
UInt64 TiltFive.T5_ControllerState.TimestampNanos |
Definition at line 312 of file NativePlugin.cs.
float TiltFive.T5_ControllerState.Trigger |
Definition at line 319 of file NativePlugin.cs.
Referenced by TiltFive.Wand.WandCore.GetTrigger().
|
getset |
Definition at line 337 of file NativePlugin.cs.
|
getset |
Definition at line 331 of file NativePlugin.cs.
|
getset |
Definition at line 332 of file NativePlugin.cs.
|
getset |
Definition at line 333 of file NativePlugin.cs.
|
getset |
Definition at line 338 of file NativePlugin.cs.
|
getset |
Definition at line 339 of file NativePlugin.cs.
|
getset |
Definition at line 334 of file NativePlugin.cs.
|
getset |
Definition at line 336 of file NativePlugin.cs.