this.transform.rotation *= Quaternion.AngleAxis(holizontal, transform.up) * Quaternion.AngleAxis(vertical, transform.right);
this.transform.Rotate(vertical,holizontal,0);

下の文の処理を上の文で行おうと思ったのですが挙動がおかしいです
何が問題なのかわかりますか?