Click or drag to resize
DecoratorDeactivateChild Method
Deactivates 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 void DeactivateChild(
	IAgentData agentData
)

Parameters

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