using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class SceneCmptIconByMiniMap : MonoBehaviour { private void Awake() { } // Start is called before the first frame update void Start() { } // Update is called once per frame void Update() { //this.transform.TransformDirection(Vector3.up * 0); //transform.localEulerAngles = new Vector3(0, -135, 0); transform.eulerAngles = new Vector3(0, 0, 0); } }