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