CameraSettings.EnableDepth 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
啟用使用本機轉譯內容的深度組合。
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 元素,請關閉此選項以節省效能和頻寬。