XRDepthSubsystem
class in UnityEngine.Experimental.XR
/
Inherits from:IntegratedSubsystem
/
Implemented in:UnityEngine.XRModule
Description 描述
Provides access to depth data of the physical environment, such as a point cloud.
Properties 属性
| LastUpdatedFrame | The frame during which the point cloud was last updated. |
Public Methods 公共方法
| GetConfidence | Retrieves the confidence values for each point in the point cloud. | ||
| GetPoints | Retrieves the point cloud points. |
Events
| PointCloudUpdated | Raised once during each frame in which the point cloud is updated. |