Vidka.Core.EditorLogic.___UiTransactionBegin C# (CSharp) Метод

___UiTransactionBegin() приватный Метод

Call this at the begging of every method that potentially changes the state of UI
private ___UiTransactionBegin ( ) : void
Результат void
        private void ___UiTransactionBegin()
        {
            UiObjects.ClearStateChangeFlag();
            needToChangeCanvasWidth = null;
            needToChangeScrollX = null;
        }
EditorLogic