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

UpdateCanvasWidthFromProjAndDimdim() 공개 메소드

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