Skip to main content

descendants

Function descendants 

Source
pub fn descendants(root: &GdNode) -> Vec<GdNode> 
Expand description

A pre-order walk over every node in the tree (depth-first), for visitors that need to inspect all declarations/blocks (e.g. folding ranges).