Esempio n. 1
0
            protected override EBTStatus update(Agent pAgent, EBTStatus childStatus)
            {
                Debug.Check(this.m_activeChildIndex < this.m_children.Count);

                Sequence node = this.m_node as Sequence;

                return(node.SequenceUpdate(pAgent, childStatus, ref this.m_activeChildIndex, this.m_children));
            }