Skip to main content

parallel

Function parallel 

Source
pub fn parallel(
    name: &str,
    children: Vec<BehaviorNode>,
    policy: ParallelPolicy,
) -> BehaviorNode
Expand description

Create a Parallel node from a list of children.