Struct XrFovf
Field of view.
Inherited Members
Namespace: UnityEngine.XR.OpenXR.NativeTypes
Assembly: Unity.XR.OpenXR.dll
Syntax
public struct XrFovf
Fields
AngleDown
The angle of the bottom part of the field of view. For a symmetric field of view this value is negative.
Declaration
public float AngleDown
Field Value
Type | Description |
---|---|
float |
AngleLeft
The angle of the left side of the field of view. For a symmetric field of view this value is negative.
Declaration
public float AngleLeft
Field Value
Type | Description |
---|---|
float |
AngleRight
The angle of the right side of the field of view.
Declaration
public float AngleRight
Field Value
Type | Description |
---|---|
float |
AngleUp
The angle of the top part of the field of view.
Declaration
public float AngleUp
Field Value
Type | Description |
---|---|
float |