AnchorPersistenceMode


public final class AnchorPersistenceMode extends Config.ConfigMode


Feature that allows anchors to be persisted through sessions.

Summary

Public fields

static final @NonNull AnchorPersistenceMode

Anchors cannot be persisted.

static final @NonNull AnchorPersistenceMode

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

Public fields

DISABLED

public static final @NonNull AnchorPersistenceMode DISABLED

Anchors cannot be persisted.

LOCAL

public static final @NonNull AnchorPersistenceMode LOCAL

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

Supported runtimes:

  • OpenXR

Required permissions: None