Click or drag to resize
DecoratorActivateChild Method
Activates the child of the decorator.

Namespace: Slash.AI.BehaviorTrees.Implementations.Decorators
Assembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntax
protected ExecutionStatus ActivateChild(
	IAgentData agentData,
	IDecisionData decisionData
)

Parameters

agentData
Type: Slash.AI.BehaviorTrees.InterfacesIAgentData
Agent data.
decisionData
Type: Slash.AI.BehaviorTrees.InterfacesIDecisionData
Decision data.

Return Value

Type: ExecutionStatus
Execution status after activation.
See Also