Struct XrView
Struct containing view projection state.
Inherited Members
Namespace: UnityEngine.XR.OpenXR.NativeTypes
Assembly: Unity.XR.OpenXR.dll
Syntax
public struct XrView
Fields
Fov
The XrFovf for the four sides of the projection.
Declaration
public XrFovf Fov
Field Value
Type | Description |
---|---|
XrFovf |
Next
Pointer to the next structure in a structure chain.
Declaration
public void* Next
Field Value
Type | Description |
---|---|
void* |
Pose
An XrPosef defining the location and orientation of the view in the space specified by the xrLocateViews function.
Declaration
public XrPosef Pose
Field Value
Type | Description |
---|---|
XrPosef |
Type
The XrStructureType of this structure.
Declaration
public uint Type
Field Value
Type | Description |
---|---|
uint |