Share via


CameraSettings.EnableDepth 属性

定义

使用本地呈现的内容启用深度组合。

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

属性值

注解

如果希望本地呈现的内容与远程呈现的内容正确相交,则需要这样做。 另一方面,如果仅在本地呈现不需要被远程内容遮挡的 UI 元素,请将其关闭以节省性能和带宽。

适用于