“Эйлер к кватерниону” Ответ

Эйлер к кватерниону

//Writes the rotation of these in Quaternion
Debug.Log(Quaternion.Euler(new Vector3(0, 10, 20)));
Ultratiger

Кватернион Эйлеру

//Writes the rotation of the gameObject in euler angles
Debug.Log(transform.eulerAngles);

//Writes the rotation of the gameObject's x value in euler angles
Debug.Log(transform.eulerAngles.x);
Ultratiger

Ответы похожие на “Эйлер к кватерниону”

Вопросы похожие на “Эйлер к кватерниону”

Смотреть популярные ответы по языку

Смотреть другие языки программирования