GuiActionsListExecutePendingGuiActions Method |
Executes actions when it's safe to do the changes.
Namespace:
KSPDev.GUIUtils
Assembly:
KSPDev_Utils.1.0 (in KSPDev_Utils.1.0.dll) Version: 1.0 for KSP v1.6+
Syntax Remarks It's safe to call this method in every pass. It will detect when it's safe to apply
the changes and apply the changes only once per a frame.
See Also