Click or drag to resize

HintOverlayShowAtPosition Method

Shows hint at the absolute screen position.

Namespace:  KSPDev.GUIUtils
Assembly:  KSPDev_Utils.2.5 (in KSPDev_Utils.2.5.dll) Version: 2.5 for KSP v1
Syntax
C#
public void ShowAtPosition(
	float x,
	float y
)
Request Example View Source

Parameters

x
Type: SystemSingle
X position is screen coordinates.
y
Type: SystemSingle
Y position is screen coordinates.
Remarks
If hint content goes out of the screen it's clipped.

This method must be called from the OnGUI() method.

See Also