Click or drag to resize
DecoratorAddChild Method
Adds a child to this group task.

Namespace: Slash.AI.BehaviorTrees.Implementations.Decorators
Assembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntax
public void AddChild(
	ITask child
)

Parameters

child
Type: Slash.AI.BehaviorTrees.InterfacesITask
Child to add.

Implements

ICompositeAddChild(ITask)
Exceptions
ExceptionCondition
ExceptionThrown if child couldn't be added because capacity was reached.
See Also