[][src]Trait bevy::prelude::FromResources

pub trait FromResources {
    fn from_resources(resources: &Resources) -> Self;
}

Creates Self using data from the Resources collection

Required methods

fn from_resources(resources: &Resources) -> Self

Creates Self using data from the Resources collection

Loading content...

Implementations on Foreign Types

impl FromResources for SceneLoader[src]

Loading content...

Implementors

impl FromResources for Parent[src]

impl<T> FromResources for T where
    T: Default
[src]

Loading content...