[][src]Trait bevy_ui::UiRenderGraphBuilder

pub trait UiRenderGraphBuilder {
    fn add_ui_graph(&mut self, resources: &Resources) -> &mut Self;
}

Required methods

fn add_ui_graph(&mut self, resources: &Resources) -> &mut Self

Loading content...

Implementations on Foreign Types

impl UiRenderGraphBuilder for RenderGraph[src]

Loading content...

Implementors

Loading content...