MoveBehaviour

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

StateBehaviourの順番を移動する。

パラメーター名 説明
fromIndex 移動させたいインデックス。
toState 移動先のState。
toIndex 移動先のインデックス。