Click or drag to resize

MCUtilitiesDrawSizeHandleLabel Method

Draws a size handle label.

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.Utilities
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
public static void DrawSizeHandleLabel(
	Vector3 point,
	Color color,
	float size,
	string letter
)

Parameters

point
Type: Vector3
The origin of label.
color
Type: Color
The text color.
size
Type: SystemSingle
The size data.
letter
Type: SystemString
Vector component letter. (X, Y or Z)
Exceptions
ExceptionCondition
InvalidOperationExceptionNo one scene view are drawn now.
See Also