API reference
API reference
Select your platform
No SDKs available
No versions available

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 _started

Protected Methods

Awake ()
Signature
virtual void Awake()
Returns
void
OnDisable ()
Signature
virtual void OnDisable()
Returns
void
Start ()
Signature
virtual void Start()
Returns
void
Update ()
Signature
virtual void Update()
Returns
void