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

HandDebugGizmos Class

Implements IHandVisual

Protected Fields

_started : bool
Signature
bool _started

Properties

ForceOffVisibility : bool
[Get][Set]
Signature
bool ForceOffVisibility
Hand : IHand
[Get]
Signature
IHand Hand
IsVisible : bool
[Get]
Signature
bool IsVisible

Events

WhenHandVisualUpdated : Action
Signature
Action WhenHandVisualUpdated

Protected Methods

Awake ()
Signature
virtual void Awake()
Returns
void
OnDisable ()
Signature
virtual void OnDisable()
Returns
void
OnEnable ()
Signature
virtual void OnEnable()
Returns
void
Start ()
Signature
virtual void Start()
Returns
void
TryGetParentJointId ( jointId , parent )
Signature
override bool TryGetParentJointId(int jointId, out int parent)
Parameters
jointId: int
parent: out int
Returns
override bool
TryGetWorldJointPose ( jointId , pose )
Signature
override bool TryGetWorldJointPose(int jointId, out Pose pose)
Parameters
jointId: int
pose: out Pose
Returns
override bool

Methods

GetJointPose ( jointId , space )
Signature
Pose GetJointPose(HandJointId jointId, Space space)
Parameters
jointId: HandJointId
space: Space
Returns
Pose
InjectAllHandDebugGizmos ( hand )
Signature
void InjectAllHandDebugGizmos(IHand hand)
Parameters
hand: IHand
Returns
void
InjectHand ( hand )
Signature
void InjectHand(IHand hand)
Parameters
hand: IHand
Returns
void