class in UnityEngine.Experimental.XR
/
Inherits from:IntegratedSubsystem
/
Implemented in:UnityEngine.XRModule
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseProvides 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. |