Click or drag to resize

AbstractMeshFiltermesh Property

Gets or sets the instantiated Mesh assigned to the mesh filter.

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

Property Value

Type: Mesh
See Also