Trait beehave::BehaviourNode [] [src]

pub trait BehaviourNode<T> {
    fn evaluate(&mut self, _: &mut T) -> BehaviourResult;
}

A type which is used to represent a node on the behaviour tree.

Required Methods

Implementors