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

XRDepthSubsystem

class in UnityEngine.Experimental.XR

/

다음으로부터 상속:Experimental.Subsystem

매뉴얼로 전환

설명

Provides access to depth data of the physical environment, such as a point cloud.

변수

LastUpdatedFrameThe frame during which the point cloud was last updated.

Public 함수

GetConfidenceRetrieves the confidence values for each point in the point cloud.
GetPointsRetrieves the point cloud points.

Events

PointCloudUpdatedRaised once during each frame in which the point cloud is updated.

상속된 멤버

Public 함수

DestroyDestroys this instance of a subsystem.
StartStarts an instance of a subsystem.
StopStops an instance of a subsystem.