 | CompositeTTaskDataRemoveChild Method |
Removes a child from this group task.
Namespace: Slash.AI.BehaviorTrees.Implementations.CompositesAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxpublic bool RemoveChild(
ITask child
)
Public Function RemoveChild (
child As ITask
) As Boolean
public:
virtual bool RemoveChild(
ITask^ child
) sealed
abstract RemoveChild :
child : ITask -> bool
override RemoveChild :
child : ITask -> bool
Parameters
- child
- Type: Slash.AI.BehaviorTrees.InterfacesITask
Child to remove.
Return Value
Type:
Boolean Indicates if the child was removed.
Implements
ICompositeRemoveChild(ITask)
See Also