Class BehaviorTreeSelectorNode
Selector node updates all its children (from left to right) until one of them succeeds. If all children fail, the selector fails.
Inheritance
System.Object
BehaviorTreeSelectorNode
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public class BehaviorTreeSelectorNode : BehaviorTreeCompoundNode, ISerializable
Constructors
BehaviorTreeSelectorNode()
Initializes a new instance of the BehaviorTreeSelectorNode.
Declaration
public BehaviorTreeSelectorNode()