共用方式為


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 元素,請關閉此選項以節省效能和頻寬。

適用於