Vidka.Core.EditorLogic.___UiTransactionBegin C# (CSharp) Method

___UiTransactionBegin() private method

Call this at the begging of every method that potentially changes the state of UI
private ___UiTransactionBegin ( ) : void
return void
        private void ___UiTransactionBegin()
        {
            UiObjects.ClearStateChangeFlag();
            needToChangeCanvasWidth = null;
            needToChangeScrollX = null;
        }
EditorLogic