 | ICompositeChildAdded Event |
Called when a child was added to the composite.
Namespace: Slash.AI.BehaviorTrees.InterfacesAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxevent CompositeChildAddedDelegate ChildAdded
Event ChildAdded As CompositeChildAddedDelegate
event CompositeChildAddedDelegate^ ChildAdded {
void add (CompositeChildAddedDelegate^ value);
void remove (CompositeChildAddedDelegate^ value);
}
abstract ChildAdded : IEvent<CompositeChildAddedDelegate,
EventArgs>
Value
Type:
Slash.AI.BehaviorTrees.InterfacesCompositeChildAddedDelegate
See Also