![]() | DynamicTask Class |
Namespace: Slash.AI.BehaviorTrees.Implementations.Actions
The DynamicTask type exposes the following members.
Name | Description | |
---|---|---|
![]() | DynamicTask | Initializes a new instance of the DynamicTask 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 TaskActivate(IAgentData, IDecisionData).) |
![]() | Deactivate |
Deactivation.
(Overrides TaskDeactivate(IAgentData).) |
![]() | Decide |
Depending on the group policy of its parent, the floating point return value indicates whether the decider will be activated.
(Overrides TaskDecide(IAgentData, IDecisionData).) |
![]() | Equals(Object) |
The equals.
(Overrides TaskEquals(Object).) |
![]() | Equals(DynamicTask) |
The equals.
|
![]() | GetHashCode |
The get hash code.
(Overrides TaskGetHashCode.) |
![]() | Update |
Per frame update.
(Overrides TaskUpdate(IAgentData).) |