Skip to main content

WriteComponent

Type Alias WriteComponent 

Source
pub type WriteComponent<'a, C> = ComponentAccess<'a, C, RefMut<'a, ComponentStorage<C>>>;
Expand description

SystemData type that writes the given component.

§Panics

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

Aliased Type§

pub struct WriteComponent<'a, C> { /* private fields */ }

Trait Implementations§