Method Tick
Tick(CancellationToken)
Executes the behavior tree and updates its status
Declaration
NodeStatus Tick(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. |