[][src]Function legion_core::filter::filter_fns::changed

pub fn changed<T: Component>(
) -> EntityFilterTuple<ComponentFilter<T>, Passthrough, ComponentChangedFilter<T>>

Creates a filter which includes chunks for which entity data components of type T have changed since the filter was last executed.