Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
GroupNode Class ReferenceAllows a group of StateNodes to be activated together. More...
Inheritance diagram for GroupNode:
Detailed DescriptionAllows a group of StateNodes to be activated together. When a transition occurs into the group node, it will activate all of its subnodes.
The group node doesn't deactivate its subnodes together. In essence, this is a fork - one transition targeting the GroupNode can activate several states, which are then separate branches of execution. (Although of course only one is actually being executed at a time, as per the cooperative multi-tasking of behaviors.) Definition at line 26 of file GroupNode.h.
Constructor & Destructor Documentation
constructor Definition at line 29 of file GroupNode.h.
constructor Definition at line 31 of file GroupNode.h.
don't call this Member Function Documentation
activates all of the sub nodes Reimplemented from BehaviorBase. Definition at line 34 of file GroupNode.h. The documentation for this class was generated from the following file: |
Tekkotsu v5.1CVS |
Generated Mon May 9 04:59:09 2016 by Doxygen 1.6.3 |