Delegate xrUnpersistSpatialEntityAsyncEXT_delegate
Delegate signature for xrUnpersistSpatialEntityAsyncEXT.
Provided by XR_EXT_spatial_persistence_operations.
Namespace: UnityEditor.XR.OpenXR.Tests.NativeTypes
Assembly: Unity.XR.OpenXR.Editor.Tests.dll
Syntax
public delegate XrResult xrUnpersistSpatialEntityAsyncEXT_delegate(ulong persistenceContext, in XrSpatialEntityUnpersistInfoEXT unpersistInfo, out ulong future)
Parameters
| Type | Name | Description |
|---|---|---|
| ulong | persistenceContext | The persistence context. |
| XrSpatialEntityUnpersistInfoEXT | unpersistInfo | The unpersist info. |
| ulong | future | The output future. |
Returns
| Type | Description |
|---|---|
| XrResult | The result of the operation. |