Scripting API
TexturesModule
SceneDepthTexture

SceneDepthTexture

Describes a texture which provides the current scene's estimated depth information. Depth is calculated as the relative distance to the camera.
You can follow the steps in this article to add a camera depth texture asset to your project.

Inherits From : TextureBase

Example

Properties

PropertyDescription
trackingQuality
(get) trackingQuality: StringSignal<TrackingQuality>
(set) (Not Available)


The quality of tracking, as a StringSignal containing a TrackingQuality enum value.

Methods

This module exposes no methods.