Property jointsUpdated
jointsUpdated
Event that occurs when the joints of the hands have updated.
Declaration
public HandUpdatedEvent jointsUpdated { get; }
Property Value
Type | Description |
---|---|
HandUpdatedEvent |
Remarks
The XRHandJointsUpdatedEventArgs passed to each listener is only valid while the event is invoked, do not hold a reference to it.