using UnityEngine; public class RectTrasnformSample : MonoBehaviour { // Start is called before the first frame update void Start() { RectTransform rectTransform = GetComponent<RectTransform>(); } }