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

XRDepthSubsystem

class in UnityEngine.Experimental.XR

/

Inherits from:Experimental.IntegratedSubsystem

Switch to Manual

Description

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

Variables

LastUpdatedFrame点云上次更新时的帧。

Public Functions

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

Events

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

Inherited members

Public Functions

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