XRAnchorTransferBatch.RemoveAnchor(String) 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.
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.