IMixedRealitySpatialAwarenessMeshObserver.LevelOfDetail 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.
Gets or sets the level of detail, as a MixedRealitySpatialAwarenessMeshLevelOfDetail value, for the returned spatial mesh. Setting this value to Custom, implies that the developer is specifying a custom value for MeshTrianglesPerCubicMeter.
public:
property Microsoft::MixedReality::Toolkit::SpatialAwareness::SpatialAwarenessMeshLevelOfDetail LevelOfDetail { Microsoft::MixedReality::Toolkit::SpatialAwareness::SpatialAwarenessMeshLevelOfDetail get(); void set(Microsoft::MixedReality::Toolkit::SpatialAwareness::SpatialAwarenessMeshLevelOfDetail value); };
public Microsoft.MixedReality.Toolkit.SpatialAwareness.SpatialAwarenessMeshLevelOfDetail LevelOfDetail { get; set; }
member this.LevelOfDetail : Microsoft.MixedReality.Toolkit.SpatialAwareness.SpatialAwarenessMeshLevelOfDetail with get, set
Public Property LevelOfDetail As SpatialAwarenessMeshLevelOfDetail
Property Value
Remarks
Specifying any other value will cause TrianglesPerCubicMeter to be overwritten.