Enum XrSpatialPersistenceStateEXT
Represents the different states of a persisted UUID. Provided by XR_EXT_spatial_persistence
.
Namespace: UnityEngine.XR.OpenXR.NativeTypes
Assembly: Unity.XR.OpenXR.dll
Syntax
public enum XrSpatialPersistenceStateEXT
Fields
Name | Description |
---|---|
Loaded | The persisted UUID has been successfully loaded from storage.
Equivalent to the OpenXR value |
NotFound | The persisted UUID was not found in storage, either because it was removed or because it never existed.
Equivalent to the OpenXR value |