Click or drag to resize
DecoratorUpdateChild Method
Updates 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 UpdateChild(
	IAgentData agentData
)

Parameters

agentData
Type: Slash.AI.BehaviorTrees.InterfacesIAgentData
Agent data.

Return Value

Type: ExecutionStatus
Execution status after update.
See Also