GuiScaleUpdateMatrix Method |
Updates the current GUI matrix to adjust the scale.
Namespace:
KSPDev.GUIUtils
Assembly:
KSPDev_Utils.2.6 (in KSPDev_Utils.2.6.dll) Version: 2.6 for KSP v1
Syntax
Remarks
This method can trigger the onScaleUpdatedFn callback. So it's best to call it at the very beginning of
the OnGUI method.
See Also