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

UpdateCanvasWidthFromProjAndDimdim() public méthode

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