LoopCheckDecorator
Class in LogicToolkit.BehaviorTrees / Inherits from: Decorator
Description
Decorator that checks for loops in BehaviorTree nodes
Methods
Method Name | Description |
---|---|
OnNext | Called when checking whether to loop when the node finishes execution |
Inherited Members
Properties
Property Name | Description |
---|---|
IsActive | Active or not |
Node | the node that owns this node component |
Player | LogicPlayerBase that is playing this node component |
Methods
Method Name | Description |
---|---|
OnActivated | Called when it becomes active |
OnDeactivated | Called when it becomes inactive |