Struct XrExtent2Di
Extent in two dimensions.
Inherited Members
Namespace: UnityEngine.XR.OpenXR.NativeTypes
Assembly: Unity.XR.OpenXR.dll
Syntax
public struct XrExtent2Di
Fields
Height
The integer height of the extent.
Declaration
public int Height
Field Value
Type | Description |
---|---|
int |
Width
The integer width of the extent.
Declaration
public int Width
Field Value
Type | Description |
---|---|
int |