public override void BeforeFrame() { base.BeforeFrame(); if (showDroplets) { GraphGUI.UpdateDroplets(canvas, droplets, ConnectionDebugData.lastInvokeFrame, ref lastInvokeTime, ref dropTime); } }
public override void BeforeFrame() { base.BeforeFrame(); if (showDroplets) { GraphGUI.UpdateDroplets(canvas, droplets, transitionDebugData.lastBranchFrame, ref lastBranchTime, ref dropTime); } if (currentInnerWidth != targetInnerWidth) { Reposition(); } }