| MCUtilitiesDrawSizeHandleLabel Method |
Draws a size handle label.
Namespace:
HightlanderSolutions.MeshCheckerEditorExtension.Utilities
Assembly:
MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax 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 See Also