Struct XrFutureCancelInfoEXT
The cancel info struct used by OpenXRNativeApi.xrCancelFutureEXT
. Provided by XR_EXT_future
.
Inherited Members
Namespace: UnityEngine.XR.OpenXR.NativeTypes
Assembly: Unity.XR.OpenXR.dll
Syntax
public readonly struct XrFutureCancelInfoEXT
Remarks
Warning
Don't initialize this struct with the default parameterless constructor. Use a constructor with parameters to ensure that type is correctly initialized to FutureCancelInfoEXT.
Constructors
XrFutureCancelInfoEXT(ulong)
Construct an instance with a null
next pointer.
Declaration
public XrFutureCancelInfoEXT(ulong future)
Parameters
Type | Name | Description |
---|---|---|
ulong | future | The future to cancel. |
See Also
XrFutureCancelInfoEXT(void*, ulong)
Construct an instance.
Declaration
public XrFutureCancelInfoEXT(void* next, ulong future)
Parameters
Type | Name | Description |
---|---|---|
void* | next | The next pointer. |
ulong | future | The future to cancel. |
See Also
Properties
future
The future to cancel.
Declaration
public ulong future { get; }
Property Value
Type | Description |
---|---|
ulong |
See Also
next
null
or a pointer to the next structure in a structure chain.
Declaration
public void* next { get; }
Property Value
Type | Description |
---|---|
void* |
See Also
type
The XrStructureType
of this struct: FutureCancelInfoEXT.
Declaration
public XrStructureType type { get; }
Property Value
Type | Description |
---|---|
XrStructureType |