SwapBehaviour

public void SwapBehaviour(int fromIndex, int toIndex) ;

StateBehaviourの順番を入れ替える。

パラメーター名 説明
fromIndex 入れ替えたいインデックス。
toIndex 入れ替え先インデックス。