IMixedRealitySceneUnderstandingObserver.InferRegions 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.
When enabled, generates data for observed and inferred regions in the scene. When disabled, generates data only for observed regions in the scene.
public:
property bool InferRegions { bool get(); void set(bool value); };
public bool InferRegions { get; set; }
member this.InferRegions : bool with get, set
Public Property InferRegions As Boolean