MoveBehaviour MoveBehaviour(int, State, int) public void MoveBehaviour(int fromIndex, State toState, int toIndex) ; 説明 StateBehaviourの順番を移動する。 パラメーター パラメーター名 説明 fromIndex 移動させたいインデックス。 toState 移動先のState。 toIndex 移動先のインデックス。