Share via


CameraSettings.EnableDepth Property

Definition

Enables depth composition with locally rendered content.

public:
 property bool EnableDepth { bool get(); void set(bool value); };
public bool EnableDepth { get; set; }
member this.EnableDepth : bool with get, set
Public Property EnableDepth As Boolean

Property Value

Remarks

This is needed, if you want locally rendered content to intersect properly with remotely rendered content. On the other hand, if you render only UI elements locally that don't need to be occluded by remote content, turn this off to save performance and bandwidth.

Applies to