NodeBranch
Class in Arbor.BehaviourTree / Inherits from: object
Description
Branch classes between nodes of Behavior Tree
Fields
| Field Name | Description | 
|---|---|
| bezier | Bezier of the connection line. Use it in the editor. | 
| branchID | Branch ID | 
| childNodeID | Child node ID | 
| onActiveChanged | Called when isActive changes | 
| parentNodeID | Parent node ID | 
Properties
| Property Name | Description | 
|---|---|
| isActive | Flag for active or not. Use it in the editor. |