API reference

JointVelocityDebugVisual Class

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

Protected Fields

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

Protected Methods

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