![]() | UntilFailDecorator Class |
Namespace: Slash.AI.BehaviorTrees.Implementations.Decorators
The UntilFailDecorator type exposes the following members.
Name | Description | |
---|---|---|
![]() | UntilFailDecorator | Initializes a new instance of the UntilFailDecorator class |
Name | Description | |
---|---|---|
![]() | Activate |
Activation. This method is called when the task was chosen to be executed. It's called right before the first update of the task. The task can setup its specific task data in here and do initial actions.
(Overrides DecoratorActivate(IAgentData, IDecisionData).) |
![]() | Deactivate |
Deactivation.
(Overrides DecoratorDeactivate(IAgentData).) |
![]() | Update |
Per frame update.
(Overrides DecoratorUpdate(IAgentData).) |