class in UnityEngine.Experimental.XR
/
Inherits from:Experimental.IntegratedSubsystem
/
Implemented in:UnityEngine.XRModule
Provides access to depth data of the physical environment, such as a point cloud.
| LastUpdatedFrame | The frame during which the point cloud was last updated. |
| GetConfidence | Retrieves the confidence values for each point in the point cloud. |
| GetPoints | Retrieves the point cloud points. |
| PointCloudUpdated | Raised once during each frame in which the point cloud is updated. |