Struct XrCompositionLayerProjectionView
Projection layer element
Inherited Members
Namespace: UnityEngine.XR.OpenXR.NativeTypes
Assembly: Unity.XR.OpenXR.dll
Syntax
public struct XrCompositionLayerProjectionView
Fields
Fov
The XrFovf for this projection element.
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 this projection element in the space of the corresponding XrCompositionLayerProjectionView.
Declaration
public XrPosef Pose
Field Value
Type | Description |
---|---|
XrPosef |
SubImage
The image layer XrSwapchainSubImage to use. The swapchain must have been created with a XrSwapchainCreateInfo.faceCount of 1.
Declaration
public XrSwapchainSubImage SubImage
Field Value
Type | Description |
---|---|
XrSwapchainSubImage |
Type
The XrStructureType of this structure.
Declaration
public uint Type
Field Value
Type | Description |
---|---|
uint |