「Unity/UIImage」の版間の差分
提供: 初心者エンジニアの簡易メモ
(ページの作成:「==幅修正== RectTransform textRect = BottomLeftText.GetComponent<RectTransform> (); textRect.sizeDelta = new Vector2 (100.0f, 30.0f);」) |
|||
行1: | 行1: | ||
==幅修正== | ==幅修正== | ||
RectTransform textRect = BottomLeftText.GetComponent<RectTransform> (); | RectTransform textRect = BottomLeftText.GetComponent<RectTransform> (); | ||
− | textRect.sizeDelta = new Vector2 ( | + | textRect.sizeDelta = new Vector2 (10.0f, 10.0f); |
2019年3月4日 (月) 02:50時点における版
幅修正
RectTransform textRect = BottomLeftText.GetComponent<RectTransform> (); textRect.sizeDelta = new Vector2 (10.0f, 10.0f);