 | ICompositeInsertChild Method |
Inserts a child to this group task at the passed index.
Namespace: Slash.AI.BehaviorTrees.InterfacesAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxvoid InsertChild(
int index,
ITask child
)
Sub InsertChild (
index As Integer,
child As ITask
)
void InsertChild(
int index,
ITask^ child
)
abstract InsertChild :
index : int *
child : ITask -> unit
Parameters
- index
- Type: SystemInt32
Position to add child to. - child
- Type: Slash.AI.BehaviorTrees.InterfacesITask
Child to insert.
Exceptions
See Also