Struct XrOffset2Di
Offset in two dimensions
Inherited Members
Namespace: UnityEngine.XR.OpenXR.NativeTypes
Assembly: Unity.XR.OpenXR.dll
Syntax
public struct XrOffset2Di
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 |