Question: Which statement best descibes the function Quaternion.Euler?

  1. It prints a Quaternion to a string that shows its X, Y, and Z rotation in degrees
  2. It converts a 3D orientation from Radiens to a Quaternion
  3. It converts a 3D orientation that is measured in degrees into a Quaternion
  4. It converts a Quaternion into a Vector3 in which X, Y, and Z are measured in degrees

Answer: The correct answer of the above question is Option C:It converts a 3D orientation that is measured in degrees into a Quaternion