AnchorPersistenceMode


class AnchorPersistenceMode : Config.ConfigMode


Feature that allows anchors to be persisted through sessions.

Summary

Public companion properties

AnchorPersistenceMode

Anchors cannot be persisted.

AnchorPersistenceMode

Anchors may be persisted and will be saved in the application's local storage.

Public companion properties

DISABLED

val DISABLEDAnchorPersistenceMode

Anchors cannot be persisted.

LOCAL

val LOCALAnchorPersistenceMode

Anchors may be persisted and will be saved in the application's local storage.

Supported runtimes:

  • OpenXR

Required permissions: None