Struct XrOffset2Di
An integer offset is defined by the XrOffset2Di.
Inherited Members
Namespace: VIVE.OpenXR
Assembly: VIVE.OpenXR.dll
Syntax
public struct XrOffset2Di
Constructors
XrOffset2Di(int, int)
Declaration
public XrOffset2Di(int in_x, int in_y)
Parameters
Type | Name | Description |
---|---|---|
int | in_x | The integer offset in the x direction. |
int | in_y | The integer offset in the y direction. |
Fields
x
The integer offset in the x direction.
Declaration
public int x
Field Value
Type | Description |
---|---|
int |
y
The integer offset in the y direction.
Declaration
public int y
Field Value
Type | Description |
---|---|
int |