Delegate xrEnumerateSpatialPersistenceScopesEXT_delegate
Delegate signature for xrEnumerateSpatialPersistenceScopesEXT.
Provided by XR_EXT_spatial_persistence.
Namespace: UnityEditor.XR.OpenXR.Tests.NativeTypes
Assembly: Unity.XR.OpenXR.Editor.Tests.dll
Syntax
public delegate XrResult xrEnumerateSpatialPersistenceScopesEXT_delegate(ulong instance, ulong systemId, uint persistenceScopeCapacityInput, out uint persistenceScopeCountOutput, XrSpatialPersistenceScopeEXT* persistenceScopes)
Parameters
| Type | Name | Description |
|---|---|---|
| ulong | instance | The |
| ulong | systemId | The system ID. |
| uint | persistenceScopeCapacityInput | The persistence scope capacity input. |
| uint | persistenceScopeCountOutput | The persistence scope count output. |
| XrSpatialPersistenceScopeEXT* | persistenceScopes | Pointer to an array of persistence scopes. |
Returns
| Type | Description |
|---|---|
| XrResult | The result of the operation. |