Click or drag to resize

OverlayUtilitiesDrawPoint Method

Draws a point.

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
[PublicAPIAttribute]
public static void DrawPoint(
	Vector3 position,
	float size
)

Parameters

position
Type: Vector3
The position of a point.
size
Type: SystemSingle
The size of a point.
See Also