 | DecoratorMoveChild Method |
Moves a child to the passed position inside the group.
Namespace: Slash.AI.BehaviorTrees.Implementations.DecoratorsAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxpublic void MoveChild(
int oldIndex,
int newIndex
)
Public Sub MoveChild (
oldIndex As Integer,
newIndex As Integer
)
public:
virtual void MoveChild(
int oldIndex,
int newIndex
) sealed
abstract MoveChild :
oldIndex : int *
newIndex : int -> unit
override MoveChild :
oldIndex : int *
newIndex : int -> unit
Parameters
- oldIndex
- Type: SystemInt32
Old position of the child. - newIndex
- Type: SystemInt32
New position of the child.
Implements
ICompositeMoveChild(Int32, Int32)
Exceptions
See Also