Type Definition specs::WriteStorage [] [src]

type WriteStorage<'a, T> = Storage<'a, T, FetchMut<'a, MaskedStorage<T>>>;

A storage with read and write access.

Trait Implementations

impl<'a, T> SystemData<'a> for WriteStorage<'a, T> where
    T: Component
[src]

Creates a new resource bundle by fetching the required resources from the [Resources] struct. Read more

A list of [ResourceId]s the bundle needs read access to in order to build the target resource bundle. Read more

A list of [ResourceId]s the bundle needs write access to in order to build the target resource bundle. Read more