SW 중심대학 OSS GIT 서버
박건태, 이승준, 고기완, 이준호
새로운 배포
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
# AR participant manager
The participant manager is a type of [trackable manager](trackable-managers.md).

A **participant** is a user in a multi-user collaborative session. This feature currently has limited platform support (ARKit only at the time of writing).
Like all trackables, a participant can be identified by their `TrackableId`, which is unique to that participant. Participants can be added, updated, or removed, which corresponds to joining a collaborative session, updating the pose of the participant, and exiting a collaborative session, respectively.
|