Decorator
Class in LogicToolkit.BehaviorTrees / Inherits from: ActivatableComponent
Description
Basic type of Decorator used for BehaviorTree nodes
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 |