MoveService

MoveService(int, TreeBehaviourNode, int)

public void MoveService(int fromIndex, TreeBehaviourNode toNode, int toIndex) ;

Description

Move the order of Service.

Parameters

Parameter Name Description
fromIndex The moving want index.
toNode The destination Node.
toIndex The destination index.