動作確認
Unity 5.2.0f3 on MacOS X 10.8.5
private Text BottomLeft
で宣言したTextのフォントをArialにしたい
sample.cs
BottomLeftText.font = Resources.GetBuiltinResource (typeof(Font), "Arial.ttf") as Font;
もっと簡易な書き方はないのだろうか。
Go to list of users who liked
More than 5 years have passed since last update.
Unity 5.2.0f3 on MacOS X 10.8.5
private Text BottomLeft
で宣言したTextのフォントをArialにしたい
BottomLeftText.font = Resources.GetBuiltinResource (typeof(Font), "Arial.ttf") as Font;
もっと簡易な書き方はないのだろうか。
Register as a new user and use Qiita more conveniently
Go to list of users who liked