Class ActionNode
A Node that has no children, is the Leaf of the tree, and is where all of the logic gets implemented. The Interface, Abstract members will be implemented in the individual Action Nodes.
Inherited Members
Namespace: GraphViewBehaviorTree.Nodes
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public abstract class ActionNode : Node