WorldAnchorManager.ExportAnchor(WorldAnchor) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called after creating a new anchor.
protected:
virtual void ExportAnchor(UnityEngine::XR::WSA::WorldAnchor ^ anchor);
protected virtual void ExportAnchor (UnityEngine.XR.WSA.WorldAnchor anchor);
abstract member ExportAnchor : UnityEngine.XR.WSA.WorldAnchor -> unit
override this.ExportAnchor : UnityEngine.XR.WSA.WorldAnchor -> unit
Protected Overridable Sub ExportAnchor (anchor As WorldAnchor)
Parameters
- anchor
- UnityEngine.XR.WSA.WorldAnchor
The anchor to export.