CameraSettings.EnableDepth Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.