Interface IMixedRealityHandJointHandler
Interface to implement for hand joint information.
Assembly: cs.temp.dll.dll
public interface IMixedRealityHandJointHandler : IEventSystemHandler
Methods
Declaration
void OnHandJointsUpdated(InputEventData<IDictionary<TrackedHandJoint, MixedRealityPose>> eventData)
Parameters
Type |
Name |
Description |
InputEventData<IDictionary<TrackedHandJoint, MixedRealityPose>> |
eventData |
|
Declaration
void OnHandJointsUpdated(InputEventData<IDictionary<TrackedHandJoint, MixedRealityPose>> eventData)
Parameters
Type |
Name |
Description |
InputEventData<IDictionary<TrackedHandJoint, MixedRealityPose>> |
eventData |
|