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

___Ui_updateCanvasWidth() private method

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