Class XRHandJointsUpdatedEventArgs
Event data associated with the event when XR Hand joints are updated.
Inherited Members
Namespace: UnityEngine.XR.Hands
Assembly: Unity.XR.Hands.dll
Syntax
public class XRHandJointsUpdatedEventArgs
Fields
hand
The data for the XR Hand.
Declaration
public XRHand hand
Field Value
Type | Description |
---|---|
XRHand |
Properties
subsystem
The subsystem that is the source of the hand tracking data.
Declaration
public XRHandSubsystem subsystem { get; }
Property Value
Type | Description |
---|---|
XRHandSubsystem |