Delegate xrDestroySpatialSnapshotEXT_delegate
Delegate signature for xrDestroySpatialSnapshotEXT.
Provided by XR_EXT_spatial_entity.
Namespace: UnityEditor.XR.OpenXR.Tests.NativeTypes
Assembly: Unity.XR.OpenXR.Editor.Tests.dll
Syntax
public delegate XrResult xrDestroySpatialSnapshotEXT_delegate(ulong snapshot)
Parameters
| Type | Name | Description |
|---|---|---|
| ulong | snapshot | The snapshot. |
Returns
| Type | Description |
|---|---|
| XrResult | The result of the operation. |