Click or drag to resize

AbstractMeshFiltersharedMesh Property

Gets or sets the shared mesh of the mesh filter.

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
[PublicAPIAttribute]
public abstract Mesh sharedMesh { get; set; }

Property Value

Type: Mesh
See Also