[][src]Type Definition goggles::local_world::WriteComponent

type WriteComponent<'a, C> = ComponentAccess<'a, C, RefMut<'a, ComponentStorage<C>>>;

SystemData type that writes the given component.

Panics

Panics if the component does not exist or has already been borrowed for writing.

Trait Implementations

impl<'a, C> FetchResources<'a> for WriteComponent<'a, C> where
    C: Component + 'static, 
[src]