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

XRDepthSubsystem

class in UnityEngine.Experimental.XR

/

继承自:Experimental.Subsystem

切换到手册

描述

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

变量

LastUpdatedFrame点云上次更新时的帧。

公共函数

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

Events

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

继承的成员

公共函数

Destroy销毁子系统的此实例。
Start启动子系统的一个实例。
Stop停止子系统的一个实例。