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.

9 lines
657 B

4 years ago
  1. # AR participant manager
  2. The participant manager is a type of [trackable manager](trackable-managers.md).
  3. ![AR Participant Manager](images/ar-participant-manager.png "AR Participant Manager")
  4. 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).
  5. 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.