Click or drag to resize
CompositeTTaskDataDeactivateChild Method
Deactivates the passed child. Does no index range checking.

Namespace: Slash.AI.BehaviorTrees.Implementations.Composites
Assembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntax
protected void DeactivateChild(
	int childIdx,
	IAgentData agentData
)

Parameters

childIdx
Type: SystemInt32
Child index. Has to be in correct range.
agentData
Type: Slash.AI.BehaviorTrees.InterfacesIAgentData
Agent data.
See Also