Debug.Log(Handler.lossyScale.x);
Debug.Log(Handler.lossyScale.y);
Debug.Log(Handler.lossyScale.z);
Debug.Log(Handler.localScale.x);
Debug.Log(Handler.localScale.y);
Debug.Log(Handler.localScale.z);
Debug.Log(Handler.eulerAngles.x+" "+Handler.eulerAngles.y+" "+Handler.eulerAngles.z);
lossySCale 表示世界坐标 上的大小比例
localScale 表示本地坐标上的大小比例
eulerAngles表示旋转度数
一下是三者的输出