返回该四元数的整齐格式化的字符串。
using UnityEngine;public class Example : MonoBehaviour { void Start() { print(Quaternion.identity); } }