Click or drag to resize
CompositeTTaskDataUpdateChild Method
Updates 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 ExecutionStatus UpdateChild(
	int childIdx,
	IAgentData agentData
)

Parameters

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

Return Value

Type: ExecutionStatus
New execution status.
See Also