using System.Collections; using System.Collections.Generic; using UnityEngine; public class zhiZhen : MonoBehaviour { public GameObject gb; public void XuanZhuan() { gb.transform.localEulerAngles = new Vector3(2.865f, 176.272f,-132.08f); } }