[]Trait bevy::ecs::Resource

pub trait Resource: 'static + Send + Sync { }

A Resource type

Implementors

impl<T> Resource for T where
    T: 'static + Send + Sync

Loading content...