Struct XrCompositionLayerCubeKHR
Inherited Members
Namespace: UnityEngine.XR.OpenXR.NativeTypes
Assembly: Unity.XR.OpenXR.dll
Syntax
public struct XrCompositionLayerCubeKHR
Fields
EyeVisibility
The XrEyeVisibility for this layer.
Declaration
public uint EyeVisibility
Field Value
Type | Description |
---|---|
uint |
ImageArrayIndex
The image array index, with 0 meaning the first or only array element.
Declaration
public uint ImageArrayIndex
Field Value
Type | Description |
---|---|
uint |
LayerFlags
Bitmask of XrCompositionLayerFlags describing flags to apply to the layer.
Declaration
public XrCompositionLayerFlags LayerFlags
Field Value
Type | Description |
---|---|
XrCompositionLayerFlags |
Next
Pointer to the next structure in a structure chain.
Declaration
public void* Next
Field Value
Type | Description |
---|---|
void* |
Orientation
The orientation of the environment map in the space.
Declaration
public XrQuaternionf Orientation
Field Value
Type | Description |
---|---|
XrQuaternionf |
Space
The XrSpace in which the layer will be kept stable over time.
Declaration
public ulong Space
Field Value
Type | Description |
---|---|
ulong |
Swapchain
The swapchain, which must have been created with a XrSwapchainCreateInfo.faceCount of 6.
Declaration
public ulong Swapchain
Field Value
Type | Description |
---|---|
ulong |
Type
The XrStructureType of this structure. This base structure itself has no associated XrStructureType value
Declaration
public uint Type
Field Value
Type | Description |
---|---|
uint |