Click or drag to resize
TaskNodeCreateChildNode Method
Creates a child node of this one.

Namespace: Slash.AI.BehaviorTrees.Tree
Assembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntax
public TaskNode CreateChildNode(
	ITask childTask,
	int childIndex
)

Parameters

childTask
Type: Slash.AI.BehaviorTrees.InterfacesITask
Task in the child node.
childIndex
Type: SystemInt32
Index of the child node.

Return Value

Type: TaskNode
Child node of this one.
See Also