Class BehaviorTreeGraph
Behavior Tree graph.
Inherited Members
BehaviorTreeGraph
BehaviorTreeGraph
BehaviorTreeGraph
BehaviorTreeGraph
BehaviorTreeGraph
BehaviorTreeGraph
BehaviorTreeGraph
Assembly: FlaxEngine.dll
File: Engine/AI/BehaviorTree.h
Syntax
public class BehaviorTreeGraph : public VisjectGraph
Fields
NodesCount
Declaration
public int32 NodesCount = 0
Field Value
int32
|
NodesStatesSize
Declaration
public int32 NodesStatesSize = 0
Field Value
int32
|
Root
Methods
Clear()
onNodeLoaded(Node* n)
Declaration
public virtual bool onNodeLoaded(Node* n) override
Parameters
Node
n
|
Returns
bool
|