 | ICompositeMoveChild Method |
Moves a child to the passed position inside the group.
Namespace: Slash.AI.BehaviorTrees.InterfacesAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxvoid MoveChild(
int oldIndex,
int newIndex
)
Sub MoveChild (
oldIndex As Integer,
newIndex As Integer
)
void MoveChild(
int oldIndex,
int newIndex
)
abstract MoveChild :
oldIndex : int *
newIndex : int -> unit
Parameters
- oldIndex
- Type: SystemInt32
Old position of the child. - newIndex
- Type: SystemInt32
New position of the child.
Exceptions
See Also