Delegate xrCreateSpatialDiscoverySnapshotCompleteEXT_delegate
Delegate signature for xrCreateSpatialDiscoverySnapshotCompleteEXT.
Provided by XR_EXT_spatial_entity.
Namespace: UnityEditor.XR.OpenXR.Tests.NativeTypes
Assembly: Unity.XR.OpenXR.Editor.Tests.dll
Syntax
public delegate XrResult xrCreateSpatialDiscoverySnapshotCompleteEXT_delegate(ulong spatialContext, in XrCreateSpatialDiscoverySnapshotCompletionInfoEXT createSnapshotCompletionInfo, ref XrCreateSpatialDiscoverySnapshotCompletionEXT completion)
Parameters
| Type | Name | Description |
|---|---|---|
| ulong | spatialContext | The spatial context. |
| XrCreateSpatialDiscoverySnapshotCompletionInfoEXT | createSnapshotCompletionInfo | The completion info. |
| XrCreateSpatialDiscoverySnapshotCompletionEXT | completion | The completion. |
Returns
| Type | Description |
|---|---|
| XrResult | The result of the operation. |