SwapBehaviour
SwapBehaviour(int, int)
public void SwapBehaviour(int fromIndex, int toIndex) ;
Description
Swap the order of StateBehaviour.
Parameters
Parameter Name | Description |
---|---|
fromIndex | The swapping want index. |
toIndex | Exchange destination index. |