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