WorldLockingManager.Settings 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
組態設定只能設定為區塊。 取得會傳回目前設定的快照集,並設定複製整個區塊。
public Microsoft.MixedReality.WorldLocking.Core.ManagerSettings Settings { get; set; }
member this.Settings : Microsoft.MixedReality.WorldLocking.Core.ManagerSettings with get, set
Public Property Settings As ManagerSettings
屬性值
備註
若要變更設定中的個別欄位,請擷取整個設定區塊、變更所需的欄位 (s) ,然後設定整個區塊。 例如 var settings = mgr。設置;設置。AutoLoad = false;設置。AutoSave = true;經理。設定 = 設定;