Class BehaviorTreeSequenceNode
Sequence node updates all its children (from left to right) as long as they return success. If any child fails, the sequence is failed.
Inheritance
System.Object
BehaviorTreeSequenceNode
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public class BehaviorTreeSequenceNode : BehaviorTreeCompoundNode, ISerializable
Constructors
BehaviorTreeSequenceNode()
Initializes a new instance of the BehaviorTreeSequenceNode.
Declaration
public BehaviorTreeSequenceNode()