[]Trait bevy::app::prelude::PluginGroup

pub trait PluginGroup {
    pub fn build(&mut self, group: &mut PluginGroupBuilder);
}

Required methods

pub fn build(&mut self, group: &mut PluginGroupBuilder)

Loading content...

Implementors

impl PluginGroup for DefaultPlugins[src]

impl PluginGroup for MinimalPlugins[src]

Loading content...