Enum XRDetectedHandMeshLayout
Describes which version of authored hand meshes is detected for use by the provider.
Namespace: UnityEngine.XR.Hands
Assembly: Unity.XR.Hands.dll
Syntax
public enum XRDetectedHandMeshLayout
Fields
Name | Description |
---|---|
OpenXRAndroidXR | The version of sample meshes that is meant for use with the Android XR runtime in OpenXR. |
OpenXRMetaQuest | The originally shipped version of sample meshes provided by the XR Hands package, compatible with Meta Quest in OpenXR. |
Unknown | The system was unable to detect a hand mesh layout to use. |