 | ICompositeAddChild Method |
Adds a child to this group task.
Namespace: Slash.AI.BehaviorTrees.InterfacesAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxvoid AddChild(
ITask child
)
Sub AddChild (
child As ITask
)
void AddChild(
ITask^ child
)
abstract AddChild :
child : ITask -> unit
Parameters
- child
- Type: Slash.AI.BehaviorTrees.InterfacesITask
Child to add.
ExceptionsException | Condition |
---|
Exception | Thrown if child couldn't be added because capacity was reached. |
See Also