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