Struct XrExtent2Df
A two-dimensional floating-point extent is defined by XrExtent2Df.
Inherited Members
Namespace: VIVE.OpenXR
Assembly: VIVE.OpenXR.dll
Syntax
public struct XrExtent2Df
Constructors
XrExtent2Df(float, float)
Declaration
public XrExtent2Df(float in_width, float in_height)
Parameters
Type | Name | Description |
---|---|---|
float | in_width | The floating-point width of the extent. |
float | in_height | The floating-point height of the extent. |
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 |