XRAnchorTransferBatch.RemoveAnchor(String) Method

Definition

Removes an anchor from the transfer batch. Doesn't remove the existing Unity anchor, if one is present.

public void RemoveAnchor (string name);
member this.RemoveAnchor : string -> unit
Public Sub RemoveAnchor (name As String)

Parameters

name
String

The name of the anchor to be removed from the transfer batch.

Remarks

After an anchor is removed from the transfer batch, it will still be valid and locatable in the current session.

Applies to