Method TryRemoveAnchor
TryRemoveAnchor(TrackableId)
Attempts to remove an existing anchor with TrackableId anchorId.
Declaration
public bool TryRemoveAnchor(TrackableId anchorId)
Parameters
| Type | Name | Description |
|---|---|---|
| TrackableId | anchorId | The id of an existing anchor to remove. |
Returns
| Type | Description |
|---|---|
| bool |
|