Function sixtyfps_corelib::item_rendering::render_component_items[][src]

pub fn render_component_items(
    component: &ComponentRc,
    renderer: &mut dyn ItemRenderer,
    origin: Point
)
Expand description

Renders the tree of items that component holds, using the specified renderer. Rendering is done relative to the specified origin.