Enum XrSpatialPersistenceContextResultEXT
Defines the types of result codes for a persistence operation.
Provided by XR_EXT_spatial_persistence
.
Namespace: UnityEngine.XR.OpenXR.NativeTypes
Assembly: Unity.XR.OpenXR.dll
Syntax
public enum XrSpatialPersistenceContextResultEXT
Fields
Name | Description |
---|---|
EntityNotTracking | The persistence operation failed because the entity could not be tracked by the runtime.
(Added by the |
PersistUuidNotFound | The provided persist UUID was not found in storage.
(Added by the |
Success | The persistence context operation was a success. |