// 获取旋转欧拉角 public Vector3 GetRotate() { if (m_EntityView != null) { return(m_EntityView.GetRotate()); } return(Vector3.zero); }