public override TreeBaseNode WalkGraphToCreateTree(BehaviourTree.BehaviourTree tree, Context currentContext) { var node = new TreeInvertNode(tree, currentContext); return(WalkDecoratorNode(tree, node)); }
protected override void OnCreation() { invertNode = new TreeInvertNode(null, null); thisTreeNode = invertNode; }