Click or drag to resize
CompositeChildRemovedDelegate Delegate
Delegate for IComposite.ChildRemoved event.

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

Parameters

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