Trait rin_scene::Builder[][src]

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

Associated Types

type Settings[src]

type IdType: 'static[src]

type Depends: Bundle + 'static[src]

Loading content...

Required methods

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

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

Loading content...

Implementors

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

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

type Settings = Settings

type IdType = WaterMaterial

type Depends = ()

Loading content...