BaseSpatialMeshObserver.DisplayOption 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 a value indicating how the mesh subsystem is to display surface meshes within the application.
public:
property Microsoft::MixedReality::Toolkit::SpatialAwareness::SpatialAwarenessMeshDisplayOptions DisplayOption { Microsoft::MixedReality::Toolkit::SpatialAwareness::SpatialAwarenessMeshDisplayOptions get(); void set(Microsoft::MixedReality::Toolkit::SpatialAwareness::SpatialAwarenessMeshDisplayOptions value); };
public Microsoft.MixedReality.Toolkit.SpatialAwareness.SpatialAwarenessMeshDisplayOptions DisplayOption { get; set; }
member this.DisplayOption : Microsoft.MixedReality.Toolkit.SpatialAwareness.SpatialAwarenessMeshDisplayOptions with get, set
Public Property DisplayOption As SpatialAwarenessMeshDisplayOptions