Method GetParticipant
GetParticipant(TrackableId)
Attempt to retrieve an existing ARParticipant by trackableId.
Declaration
public ARParticipant GetParticipant(TrackableId trackableId)
Parameters
| Type | Name | Description |
|---|---|---|
| TrackableId | trackableId | The TrackableId of the participant to retrieve. |
Returns
| Type | Description |
|---|---|
| ARParticipant | The ARParticipant with |