AnchorPersistenceMode
class AnchorPersistenceMode
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 functions |
|
|---|---|
open String |
toString()Returns a string representation of |
Public companion properties
LOCAL
val LOCAL: AnchorPersistenceMode
Anchors may be persisted and will be saved in the application's local storage.
Supported runtimes:
-
OpenXR
Required permissions: None
Public functions
toString
open fun toString(): String
Returns a string representation of AnchorPersistenceMode for debugging.
Note: Not intended for production use.