GuiActionsListExecutePendingGuiActions Method |
Executes actions when it's safe to do the changes.
Namespace:
KSPDev.GUIUtils
Assembly:
KSPDev_Utils.2.5 (in KSPDev_Utils.2.5.dll) Version: 2.5 for KSP v1
Syntax
RemarksIt'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