[][src]Trait mutiny::Bundle

pub trait Bundle {
    fn setup(self, scene: &mut Scene);
fn register(scene: &mut Scene); }

Required Methods

Implementors

impl Bundle for PathFollower
[src]

impl Bundle for mutiny::blender::Bundle
[src]

impl Bundle for Gui
[src]

impl Bundle for mutiny::material::water::Bundle
[src]

impl Bundle for Physics
[src]

impl Bundle for Postprocessing
[src]

impl Bundle for Time
[src]

impl<V, W> Bundle for Skinning<V, W> where
    V: Send + Clone + Sync + Vertex<Position = Vec4> + Serialize + Deserialize<'static> + VertexFormat + Normal + DefaultWeight + Debug + 'static,
    W: for<'a> SystemThreadLocal<'a> + 'static, 
[src]