Trait maplibre::plugin::Plugin

source ·
pub trait Plugin<E: Environment> {
    // Required method
    fn build(
        &self,
        schedule: &mut Schedule,
        kernel: Rc<Kernel<E>>,
        world: &mut World,
        graph: &mut RenderGraph
    );
}

Required Methods§

source

fn build( &self, schedule: &mut Schedule, kernel: Rc<Kernel<E>>, world: &mut World, graph: &mut RenderGraph )

Implementors§