Click or drag to resize

MeshAnalysisToolDrawOverlay Method

Draws a new GUI layer over the main layer in the mesh analysis window.

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework.API
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
[PublicAPIAttribute]
public virtual void DrawOverlay(
	Rect position
)

Parameters

position
Type: Rect
Specifies where an overlay will be drawn.
See Also