Select your preferred scripting language. All code snippets will be displayed in this language.
class in UnityEngine.VR.WSA.Persistence
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseThe storage object for persisted WorldAnchors.
anchorCount | (Read Only) Gets the number of persisted world anchors in this WorldAnchorStore. |
Clear | Clears all persisted WorldAnchors. |
Delete | Deletes a persisted WorldAnchor from the store. |
GetAllIds | Gets all of the identifiers of the currently persisted WorldAnchors. |
Load | Loads a WorldAnchor from disk for given identifier and attaches it to the GameObject. If the GameObject has a WorldAnchor, that WorldAnchor will be updated. If the anchor is not found, null will be returned and the GameObject and any existing WorldAnchor attached to it will not be modified. |
Save | Saves the provided WorldAnchor with the provided identifier. If the identifier is already in use, the method will return false. |
GetAsync | Gets the WorldAnchorStore instance. |
GetAsyncDelegate | The handler for when getting the WorldAnchorStore from GetAsync. |
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information