pub fn task_runner_query<'a, T: 'static + TaskComponent<'a>>() -> TaskQuery<T>Expand description
The legion system query required to run all tasks with T: TaskComponent.
pub fn task_runner_query<'a, T: 'static + TaskComponent<'a>>() -> TaskQuery<T>The legion system query required to run all tasks with T: TaskComponent.