facebook twitter hatena line email

Unity/TMPro/Text

提供: 初心者エンジニアの簡易メモ
2021年5月4日 (火) 23:59時点におけるAdmin (トーク | 投稿記録)による版 (サンプル)

移動: 案内検索

サンプル

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