Constructor XRParticipant
XRParticipant(TrackableId, Pose, TrackingState, IntPtr, Guid)
Constructs an XRParticipant. XRParticipants are generated by GetChanges(Allocator).
Declaration
public XRParticipant(TrackableId trackableId, Pose pose, TrackingState trackingState, IntPtr nativePtr, Guid sessionId)
Parameters
| Type | Name | Description |
|---|---|---|
| TrackableId | trackableId | The TrackableId associated with this participant. |
| Pose | pose | The |
| TrackingState | trackingState | The TrackingState associated with this participant. |
| IntPtr | nativePtr | A native pointer associated with this participant. |
| Guid | sessionId | The session from which this participant originated. |