Class Leap::InputActions::XRHandsInputActionUpdater¶
- class Leap.InputActions.XRHandsInputActionUpdater¶
Updates Ultraleap Input Actions with the latest available hand data Must be provided information from a LeapProvider
- struct LeapHandStateDelegates¶
A collection of delegates for users to override with their own methods if necessary. E.g. If LeapHandStateDelegates.aimPositionDelegate = OverrideAimPosToPalmPos, it would always return the palm position of hand:
Vector3 OverrideAimPosToPalmPos(Hand hand) { return hand.PalmPosition; }