Method Execute
Execute(CancellationToken)
Executes the behavior tree and updates its status
Declaration
NodeStatus Execute(CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
CancellationToken | cancellationToken |
Returns
Type | Description |
---|---|
NodeStatus | Returns the status of the node after execution or throws if something bad happened. |