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.

7 lines
646 B

4 years ago
  1. # XR Participant Subsystem
  2. This subsystem provides information about other users in a multi-user collaborative session. It is a type of [tracking subsystem](index.html#tracking-subsystems) and follows the same `GetChanges` pattern to inform the user about changes to the state of tracked participants. The trackable for the participant subsystem is the [`XRParticipant`](../api/UnityEngine.XR.ARSubsystems.XRParticipant.html).
  3. ## Use
  4. The participant subsystem surfaces information about participants. Like many other tracking subsystems, you cannot create or destroy participants -- they are detected automatically much like planes or images.