Class BehaviorTreeRunner
"UnityEngine.MonoBehaviour" That allows you to run a BehaviorTree in Unity.
Inheritance
System.Object
BehaviorTreeRunner
Namespace: GraphViewBehaviorTree
Assembly: cs.temp.dll.dll
Syntax
public class BehaviorTreeRunner : MonoBehaviour
Fields
tree
The BehaviorTree to run.
Declaration
public BehaviorTree tree
Field Value
Type | Description |
---|---|
BehaviorTree |