Exemplo n.º 1
0
        public override TreeBaseNode WalkGraphToCreateTree(BehaviourTree.BehaviourTree tree, Context currentContext)
        {
            var node = new TreeRepeaterNode(tree, currentContext);

            return(WalkDecoratorNode(tree, node));
        }
Exemplo n.º 2
0
 protected override void OnCreation()
 {
     repeaterNode = new TreeRepeaterNode(null, null);
     thisTreeNode = repeaterNode;
 }