[][src]Trait bevy_internal::prelude::FromResources

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

Creates Self using data from the Resources collection

Required methods

pub fn from_resources(resources: &Resources) -> Self[src]

Creates Self using data from the Resources collection

Loading content...

Implementors

impl FromResources for SceneLoader[src]

impl FromResources for Parent[src]

impl FromResources for PreviousParent[src]

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

Loading content...