Click or drag to resize

MeshAnalysisToolDrawMeshes Method

Draws additional meshes in a mesh analysis window.

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework.API
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
[PublicAPIAttribute]
protected virtual void DrawMeshes()
Remarks
In this method you can use DrawMesh(Mesh, Vector3, Quaternion, Material, Int32) to draw meshes in window.
See Also