MVPMZMOW5REHAASQTGQH6FRADLX2Y7ZR2H7QXERRL2OXFBO2F27AC
57S64Z47SHSHO23K7VPUFBJETNVYBPK47BSIHJCW572KIUVF52HQC
current_tick: None, } } pub fn from_node<N>(node: N) -> Self where N: BehaviorNode<B> + 'static, { Self { tree: Arc::new(node),
current_tick: None,
}
pub fn from_node<N>(node: N) -> Self
where
N: BehaviorNode<B> + 'static,
{
Self {
tree: Arc::new(node),
pub fn into_inner(self) -> BehaviorArc<B> { self.current_tick.unwrap_or(self.tree) }
pub fn into_inner(self) -> BehaviorArc<B> {
self.current_tick.unwrap_or(self.tree)