 | ICompositeChildRemoved Event |
Called when a child was removed from the composite.
Namespace: Slash.AI.BehaviorTrees.InterfacesAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxevent CompositeChildRemovedDelegate ChildRemoved
Event ChildRemoved As CompositeChildRemovedDelegate
event CompositeChildRemovedDelegate^ ChildRemoved {
void add (CompositeChildRemovedDelegate^ value);
void remove (CompositeChildRemovedDelegate^ value);
}
abstract ChildRemoved : IEvent<CompositeChildRemovedDelegate,
EventArgs>
Value
Type:
Slash.AI.BehaviorTrees.InterfacesCompositeChildRemovedDelegate
See Also