Method TryGetTrackable
TryGetTrackable(TrackableId, out TTrackable)
Attempts to retrieve a trackable by TrackableId.
Declaration
public bool TryGetTrackable(TrackableId trackableId, out TTrackable trackable)
Parameters
| Type | Name | Description |
|---|---|---|
| TrackableId | trackableId | The trackable id associated with the trackable to retrieve. |
| TTrackable | trackable | Set to the trackable with |
Returns
| Type | Description |
|---|---|
| bool |
|