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

UpdateCanvasWidthFromProjAndDimdim() public method

Call this in ALL spots where proj length is subject to change
public UpdateCanvasWidthFromProjAndDimdim ( ) : void
return void
        public void UpdateCanvasWidthFromProjAndDimdim()
        {
            var widthNeedsToBeSet = Dimdim.getTotalWidthPixelsForceRecalc();
            ___Ui_updateCanvasWidth(widthNeedsToBeSet);
        }
EditorLogic