Method TryAttachAnchor
TryAttachAnchor(TrackableId, Pose, out XRAnchor)
Attempts to create a new anchor "attached" to the trackable with id trackableToAffix.
The behavior of the anchor depends on the type of trackable to which this anchor is attached.
Declaration
public bool TryAttachAnchor(TrackableId trackableToAffix, Pose pose, out XRAnchor anchor)
Parameters
| Type | Name | Description |
|---|---|---|
| TrackableId | trackableToAffix | The id of the trackable to which to attach. |
| Pose | pose | The pose, in session space, of the anchor to create. |
| XRAnchor | anchor | The new anchor. Only valid if this method returns |
Returns
| Type | Description |
|---|---|
| bool |
|