pub fn selector<B, const N: usize>(
children: [Handle<BehaviorNode<B>>; N],
tree: &mut BehaviorTree<B>,
) -> Handle<BehaviorNode<B>>where
B: Clone + 'static,Expand description
Creates a new selector.
pub fn selector<B, const N: usize>(
children: [Handle<BehaviorNode<B>>; N],
tree: &mut BehaviorTree<B>,
) -> Handle<BehaviorNode<B>>where
B: Clone + 'static,Creates a new selector.