Click or drag to resize
DecoratorRemoveChild Method
Removes a child from 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 bool RemoveChild(
	ITask child
)

Parameters

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

Return Value

Type: Boolean
Indicates if the child was removed.

Implements

ICompositeRemoveChild(ITask)
See Also