Enum MetaHandTrackingFrequencyHint
Enumerates the frequency hints that applications can provide to suggest the desired hand tracking update frequency to the runtime.
Namespace: UnityEngine.XR.Hands.OpenXR
Assembly: Unity.XR.Hands.dll
Syntax
public enum MetaHandTrackingFrequencyHint
Fields
| Name | Description |
|---|---|
| Default | Suggests the runtime use its default hand tracking frequency. This is typically the most power-efficient frequency that provides adequate tracking quality for general use cases. |
| High | Suggests the runtime use a higher hand tracking frequency when possible. This may provide more responsive tracking for performance-critical applications, but at higher frame rates the effectiveness of temporal smoothing algorithms is reduced, which can result in increased jitter and less visually smooth hand tracking. |