Enum OculusSettings.FoveationMethod
Namespace: Unity.XR.Oculus
Syntax
public enum FoveationMethod
Fields
| Name | Description | Value |
|---|---|---|
| FixedFoveatedRendering | Fixed Foveated Rendering Foveates the image based on a fixed pattern. |
0 |
| EyeTrackedFoveatedRendering | Eye Tracked Foveated Rendering Foveates the image using eye tracking. |
1 |