Vidka.Core.EditorLogic.___Ui_updateCanvasWidth C# (CSharp) 메소드

___Ui_updateCanvasWidth() 개인적인 메소드

Call this to update canvas width (forces repaint)
private ___Ui_updateCanvasWidth ( int w ) : void
w int
리턴 void
        private void ___Ui_updateCanvasWidth(int w)
        {
            needToChangeCanvasWidth = w;
        }
EditorLogic