MoveBehaviour

MoveBehaviour(int, State, int)

public void MoveBehaviour(int fromIndex, State toState, int toIndex) ;

Description

Move the order of StateBehaviour.

Parameters

Parameter Name Description
fromIndex The moving want index.
toState The destination State.
toIndex The destination index.