| MCHandlesGetHandleSize Method |
Gets the size of a point which should use handles or other instruments to visualize the point.
Namespace:
HightlanderSolutions.MeshCheckerEditorExtension.Utilities
Assembly:
MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax [PublicAPIAttribute]
public static float GetHandleSize(
Vector3 position,
Camera camera
)
Parameters
- position
- Type: Vector3
The position of the point. - camera
- Type: Camera
The camera which used to draw specified point.
Return Value
Type:
SingleThe size or scale of the handle.
See Also