Delegate xrCreateSpatialEntityFromIdEXT_delegate
Delegate signature for xrCreateSpatialEntityFromIdEXT.
Provided by XR_EXT_spatial_entity.
Namespace: UnityEditor.XR.OpenXR.Tests.NativeTypes
Assembly: Unity.XR.OpenXR.Editor.Tests.dll
Syntax
public delegate XrResult xrCreateSpatialEntityFromIdEXT_delegate(ulong spatialContext, in XrSpatialEntityFromIdCreateInfoEXT createInfo, out ulong spatialEntity)
Parameters
| Type | Name | Description |
|---|---|---|
| ulong | spatialContext | The spatial context. |
| XrSpatialEntityFromIdCreateInfoEXT | createInfo | The create info. |
| ulong | spatialEntity | The spatial entity. |
Returns
| Type | Description |
|---|---|
| XrResult | The result of the operation. |