Class ARParticipant
Represents a participant (that is, another device in a collaborative session).
Inheritance
ARParticipant
Implements
Inherited Members
Object.InstantiateAsync<T>(T)
Object.InstantiateAsync<T>(T, Transform)
Object.InstantiateAsync<T>(T, Vector3, Quaternion)
Object.InstantiateAsync<T>(T, Transform, Vector3, Quaternion)
Object.Instantiate<T>(T, InstantiateParameters)
Object.Instantiate<T>(T, Vector3, Quaternion, InstantiateParameters)
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Namespace: UnityEngine.XR.ARFoundation
Assembly: Unity.XR.ARFoundation.dll
Syntax
[DisallowMultipleComponent]
public sealed class ARParticipant : ARTrackable<XRParticipant, ARParticipant>, ITrackable
Remarks
Generated by the ARParticipantManager to represent another participant in the session.
Properties
sessionId
Get this participant's session identifier.
Declaration
public Guid sessionId { get; }
Property Value
Type | Description |
---|---|
Guid |