Experimental: this API is experimental and might be changed or removed in the future.

XRDepthSubsystem

class in UnityEngine.Experimental.XR

切换到手册

描述

提供对物理环境的深度数据(如点云)的访问权限。

变量

LastUpdatedFrame点云上次更新时的帧。

公共函数

GetConfidence检索点云中每个点的置信度值。
GetPoints检索点云的点。

Events

PointCloudUpdated在点云更新的每一帧中引发一次。