Trait specs::Tracked[][src]

pub trait Tracked {
    fn channels(&self) -> &TrackChannels;
fn channels_mut(&mut self) -> &mut TrackChannels; }

UnprotectedStorages that track modifications, insertions, and removals of components.

Required Methods

Event channels tracking modified/inserted/removed components.

Mutable event channels tracking modified/inserted/removed components.

Implementors