API reference

JointRotationDebugVisual Class

Extends MonoBehaviour
Renders lines along the rotation axes tracked by the <cref="JointRotationActiveState" />.
Lines are red while not rotating along that axis, and they fill up yellow as rotation amount increases toward the target, at which point they become green.

Protected Fields

_started : bool
Signature
bool Oculus.Interaction.PoseDetection.Debug.JointRotationDebugVisual._started

Protected Methods

Awake ()
Signature
virtual void Oculus.Interaction.PoseDetection.Debug.JointRotationDebugVisual.Awake()
Returns
void
OnDisable ()
Signature
virtual void Oculus.Interaction.PoseDetection.Debug.JointRotationDebugVisual.OnDisable()
Returns
void
Start ()
Signature
virtual void Oculus.Interaction.PoseDetection.Debug.JointRotationDebugVisual.Start()
Returns
void
Update ()
Signature
virtual void Oculus.Interaction.PoseDetection.Debug.JointRotationDebugVisual.Update()
Returns
void