コード例 #1
0
        public void TreeUpdate(Blackboard blackboard)
        {
            Debug.Assert(Root != null, "This behavior tree has no Root.", this);

            Root.NodeUpdate(blackboard);
        }