Class BehaviorTreeCompoundNode
Base class for compound Behavior Tree nodes that composite child nodes.
Inheritance
System.Object
BehaviorTreeCompoundNode
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public abstract class BehaviorTreeCompoundNode : BehaviorTreeNode, ISerializable
Constructors
BehaviorTreeCompoundNode()
Initializes a new instance of the BehaviorTreeCompoundNode.
Declaration
protected BehaviorTreeCompoundNode()
Properties
Children
List with all child nodes.
Declaration
[Unmanaged]
public BehaviorTreeNode[] Children { get; }
Property Value
BehaviorTreeNode[]
|