HintOverlayShowAtPosition Method |
Shows hint at the absolute screen position.
Namespace:
KSPDev.GUIUtils
Assembly:
KSPDev_Utils.2.0 (in KSPDev_Utils.2.0.dll) Version: 2.0 for KSP v1.8+
Syntaxpublic void ShowAtPosition(
float x,
float y
)
Request Example
View SourceParameters
- 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