Features
Last updated: 1 year ago • 5 versions | Visibility: Public
Context
This article describes the handtracking features provided with the Lynx SDK.
New features are coming progressively with each update of the SDK.
XR Hands References
You can simply access to the XRHand references with the following lines of code:
XRHand leftHand = LynxHandtrackingAPI.LeftHand; XRHand rightHand = LynxHandtrackingAPI.RightHand;
You can also get a reference to the XRHandSubsystem:
XRHandSubsystem handSubsystem = LynxHandtrackingAPI.HandSubsystem;
For more information on XR Hands, please consult the Unity's documentation.