Version: 2019.2
LanguageEnglish
  • C#

WorldAnchorStore.Load

Suggest a change

Success!

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.

Close

Submission failed

For 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.

Close

Cancel

public XR.WSA.WorldAnchor Load(string id, GameObject go);

Parameters

idThe identifier of the WorldAnchor to load.
goThe object to attach the WorldAnchor to if found.

Returns

WorldAnchor The WorldAnchor loaded by the identifier or null if not found.

Description

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.