Enum XrFoveationLevelFB
The maximum desired foveation level, trading periphery visual fidelity for performance.
Provided by XR_FB_foveation_configuration.
Namespace: UnityEngine.XR.OpenXR.NativeTypes
Assembly: Unity.XR.OpenXR.dll
Syntax
public enum XrFoveationLevelFB
Fields
| Name | Description |
|---|---|
| High | High foveation (lower periphery visual fidelity, higher performance).
Equivalent to the OpenXR value |
| Low | Less foveation (higher periphery visual fidelity, lower performance).
Equivalent to the OpenXR value |
| Medium | Medium foveation (medium periphery visual fidelity, medium performance).
Equivalent to the OpenXR value |
| None | No foveation.
Equivalent to the OpenXR value |