Constructor XRReferencePoint
XRReferencePoint(TrackableId, Pose, TrackingState, IntPtr)
Constructs the session-relative data for a reference point. This is typically provided by an implementation of the XRReferencePointSubsystem and not invoked directly.
Declaration
public XRReferencePoint(TrackableId trackableId, Pose pose, TrackingState trackingState, IntPtr nativePtr)
Parameters
Type | Name | Description |
---|---|---|
TrackableId | trackableId | The TrackableId associated with this reference point. |
Pose | pose | The |
TrackingState | trackingState | The TrackingState of the reference point. |
IntPtr | nativePtr | A native pointer associated with the reference point. The data pointed to by this pointer is implementation-specific. |
XRReferencePoint(TrackableId, Pose, TrackingState, IntPtr, Guid)
Constructs the session-relative data for a reference point. This is typically provided by an implementation of the XRReferencePointSubsystem and not invoked directly.
Declaration
public XRReferencePoint(TrackableId trackableId, Pose pose, TrackingState trackingState, IntPtr nativePtr, Guid sessionId)
Parameters
Type | Name | Description |
---|---|---|
TrackableId | trackableId | The TrackableId associated with this reference point. |
Pose | pose | The |
TrackingState | trackingState | The TrackingState of the reference point. |
IntPtr | nativePtr | A native pointer associated with the reference point. The data pointed to by this pointer is implementation-specific. |
Guid | sessionId | The session from which this reference point originated. |