IAbortReceiver

Interface in LogicToolkit.BehaviorTrees

Description

Receive execution abort of BehaviorTree node.
By implementing it in the main component or Decorator, the IAbortReceiver.OnAbort() method will be called when execution is aborted.

Methods

Method Name Description
OnAbort Called when a node aborts execution