Trait rin::scene::Builder[][src]

pub trait Builder<'a> {
    type Settings;
    type IdType: 'static;
    type Depends: 'static + Bundle;
    pub fn register(world: &mut World);
pub fn new(world: CreationProxy<'a>, settings: Self::Settings) -> Self; }

Associated Types

type Settings[src]

type IdType: 'static[src]

type Depends: 'static + Bundle[src]

Required methods

pub fn register(world: &mut World)[src]

pub fn new(world: CreationProxy<'a>, settings: Self::Settings) -> Self[src]

Implementors

impl<'a> Builder<'a> for Blender<'a>[src]

impl<'a> Builder<'a> for BlenderMaterials<'a>[src]

impl<'a> Builder<'a> for SkyboxBuilder<'a>[src]

impl<'a> Builder<'a> for Water<'a>[src]

impl<'a> Builder<'a> for Blender<'a>

impl<'a> Builder<'a> for BlenderMaterials<'a>