Function lay_rs::drawing::paint_node_tree

source ยท
pub fn paint_node_tree(
    node_ref: NodeRef,
    arena: &Arena<SceneNode>,
    render_canvas: &Canvas,
    render_layer: &RenderLayer,
    context_opacity: f32,
    offscreen: bool,
    dbg_info: Option<&DrawDebugInfo>,
)
Expand description

paint a node and his subtree in the provided canvas