示例#1
0
 public DependencyParameter(IBlackboardLinker linker, Func <TParent, TChild> initFunc)
 {
     this.mLinker     = linker;
     this.mInitFunc   = initFunc;
     this.mChildBoard = new Blackboard <TChild>();
 }
示例#2
0
		public NodeWalker (Tree tree, IBlackboardLinker linker)
		{
			CallStack = new Stack<NodeWalkerFrame> ();
			mPlanTree = tree;
			mLinker = linker;
		}
示例#3
0
 public NodeWalker(Tree tree, IBlackboardLinker linker)
 {
     CallStack = new Stack <NodeWalkerFrame> ();
     mPlanTree = tree;
     mLinker   = linker;
 }