Click or drag to resize

MeshAnalysisToolDrawOverlayGUI Method

Draws a last GUI layer over the main and the first 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 DrawOverlayGUI(
	Rect position
)

Parameters

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