Trait rin::scene::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
Loading content...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 BlenderMaterials<'a>[src]
impl<'a> Builder<'a> for BlenderMaterials<'a>[src]impl<'a> Builder<'a> for SkyboxBuilder<'a>[src]
impl<'a> Builder<'a> for SkyboxBuilder<'a>[src]type Settings = CubemapSampler
type IdType = SkyboxMaterial
type Depends = ()
pub fn register(world: &mut World)[src]
pub fn new(
world: CreationProxy<'a>,
cubemap: CubemapSampler
) -> SkyboxBuilder<'a>[src]
world: CreationProxy<'a>,
cubemap: CubemapSampler
) -> SkyboxBuilder<'a>