 | CompositeTTaskDataChildRemoved Event |
Called when a child was removed from the composite.
Namespace: Slash.AI.BehaviorTrees.Implementations.CompositesAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxpublic event CompositeChildRemovedDelegate ChildRemoved
Public Event ChildRemoved As CompositeChildRemovedDelegate
public:
virtual event CompositeChildRemovedDelegate^ ChildRemoved {
void add (CompositeChildRemovedDelegate^ value);
void remove (CompositeChildRemovedDelegate^ value);
}
abstract ChildRemoved : IEvent<CompositeChildRemovedDelegate,
EventArgs>
override ChildRemoved : IEvent<CompositeChildRemovedDelegate,
EventArgs>
Value
Type:
Slash.AI.BehaviorTrees.InterfacesCompositeChildRemovedDelegateImplements
ICompositeChildRemoved
See Also