Skip to main content

any_custom_node_needs_repaint

Function any_custom_node_needs_repaint 

Source
pub fn any_custom_node_needs_repaint(info: &InfoNode) -> bool
Expand 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.