Click or drag to resize
CompositeChildAddedDelegate Delegate
Delegate for IComposite.ChildAdded event.

Namespace: Slash.AI.BehaviorTrees.Interfaces
Assembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntax
public delegate void CompositeChildAddedDelegate(
	IComposite composite,
	ITask childTask
)

Parameters

composite
Type: Slash.AI.BehaviorTrees.InterfacesIComposite
Composite a child was added to.
childTask
Type: Slash.AI.BehaviorTrees.InterfacesITask
Child that was added to composite.
See Also