Vidka.Core.EditorLogic.___Ui_updateCanvasWidth C# (CSharp) Méthode

___Ui_updateCanvasWidth() private méthode

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