facebook twitter hatena line email

Unity/TMPro/Text

提供: 初心者エンジニアの簡易メモ
2021年4月30日 (金) 18:49時点におけるAdmin (トーク | 投稿記録)による版 (ページの作成:「==サンプル== <pre> textobject.GetComponent<TextMeshProUGUI>(); textobject.text = "テストです"; </pre>」)

(差分) ←前の版 | 最新版 (差分) | 次の版→ (差分)
移動: 案内検索

サンプル

textobject.GetComponent<TextMeshProUGUI>();
textobject.text = "テストです";