pub fn any_custom_node_needs_repaint(info: &InfoNode) -> boolExpand description
Returns whether any custom node in the tree reports a pending repaint.
Consumes the repaint flags of the nodes it visits, so callers should only invoke this once per frame, right before deciding whether to redraw.