Function make_task

Source
pub fn make_task<'a, T: 'static + TaskComponent<'a>>(
    cmd: &mut CommandBuffer,
    task_component: T,
) -> Entity
Expand description

Create a new task entity.