pub fn make_task<'a, T: 'static + TaskComponent<'a>>(
cmd: &mut CommandBuffer,
task_component: T,
) -> EntityExpand description
Create a new task entity.
pub fn make_task<'a, T: 'static + TaskComponent<'a>>(
cmd: &mut CommandBuffer,
task_component: T,
) -> EntityCreate a new task entity.