BaseSpatialMeshObserver.ApplyUpdatedMeshDisplayOption Method
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.
Applies the mesh display option to existing meshes when modified at runtime.
protected:
virtual void ApplyUpdatedMeshDisplayOption(Microsoft::MixedReality::Toolkit::SpatialAwareness::SpatialAwarenessMeshDisplayOptions option);
protected virtual void ApplyUpdatedMeshDisplayOption (Microsoft.MixedReality.Toolkit.SpatialAwareness.SpatialAwarenessMeshDisplayOptions option);
abstract member ApplyUpdatedMeshDisplayOption : Microsoft.MixedReality.Toolkit.SpatialAwareness.SpatialAwarenessMeshDisplayOptions -> unit
override this.ApplyUpdatedMeshDisplayOption : Microsoft.MixedReality.Toolkit.SpatialAwareness.SpatialAwarenessMeshDisplayOptions -> unit
Protected Overridable Sub ApplyUpdatedMeshDisplayOption (option As SpatialAwarenessMeshDisplayOptions)
Parameters
The SpatialAwarenessMeshDisplayOptions value to be used to determine the appropriate material.