Struct XrFuturePollInfoEXT
The poll info struct used by OpenXRNativeApi.xrPollFutureEXT. Provided by EXT_future.
Inherited Members
Namespace: UnityEngine.XR.OpenXR.NativeTypes
Assembly: Unity.XR.OpenXR.dll
Syntax
public readonly struct XrFuturePollInfoEXT
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 FuturePollInfoEXT.
Constructors
XrFuturePollInfoEXT(ulong)
Construct an instance with a null next pointer.
Declaration
public XrFuturePollInfoEXT(ulong future)
Parameters
| Type | Name | Description |
|---|---|---|
| ulong | future | The future being polled. |
See Also
XrFuturePollInfoEXT(void*, ulong)
Construct an instance.
Declaration
public XrFuturePollInfoEXT(void* next, ulong future)
Parameters
| Type | Name | Description |
|---|---|---|
| void* | next | The next pointer. |
| ulong | future | The future being polled. |
See Also
Properties
future
The future being polled.
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: FuturePollInfoEXT.
Declaration
public XrStructureType type { get; }
Property Value
| Type | Description |
|---|---|
| XrStructureType |