WorldAnchorManager.ExportAnchor(WorldAnchor) Method

Definition

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.

Applies to