Enum XrFoveationDynamicFB
The desired dynamic foveation setting, which determines whether the runtime can vary the
applied foveation level while the app is running.
Provided by XR_FB_foveation_configuration.
Namespace: UnityEngine.XR.OpenXR.NativeTypes
Assembly: Unity.XR.OpenXR.dll
Syntax
public enum XrFoveationDynamicFB
Fields
| Name | Description |
|---|---|
| Disabled | Static foveation at the maximum desired level.
Equivalent to the OpenXR value |
| LevelEnabled | Dynamic changing foveation based on performance headroom available, up to the maximum
desired level.
Equivalent to the OpenXR value |