Method OnAfterSetSessionRelativeData
OnAfterSetSessionRelativeData(ARPointCloud, XRPointCloud)
Invoked after each point cloud is updated with new data.
Declaration
protected override void OnAfterSetSessionRelativeData(ARPointCloud pointCloud, XRPointCloud sessionRelativeData)
Parameters
Type | Name | Description |
---|---|---|
ARPointCloud | pointCloud | The ARPointCloud being updated. |
XRPointCloud | sessionRelativeData | The new data associated with the point cloud. All spatial data is relative to the ARSessionOrigin. |