Constructor XRPointCloud
XRPointCloud(TrackableId, Pose, TrackingState, IntPtr)
Constructs a new XRPointCloud. This is a container for the session-relative data. These are typically created by GetChanges(Allocator).
Declaration
public XRPointCloud(TrackableId trackableId, Pose pose, TrackingState trackingState, IntPtr nativePtr)
Parameters
Type | Name | Description |
---|---|---|
TrackableId | trackableId | The TrackableId associated with the point cloud. |
Pose | pose | The |
TrackingState | trackingState | The TrackingState associated with the point cloud. |
IntPtr | nativePtr | The native pointer associated with the point cloud. |