Click or drag to resize

MCMeshFilter Constructor

Initializes a new instance of the MCMeshFilter class.

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
[PublicAPIAttribute]
public MCMeshFilter(
	[NotNullAttribute] MeshFilter meshFilter
)

Parameters

meshFilter
Type: MeshFilter
The target mesh filter.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe meshFilter argument is null.
See Also