Version: 5.3 (switch to 5.4b)
言語English
  • C#
  • JS

スクリプト言語

好きな言語を選択してください。選択した言語でスクリプトコードが表示されます。

GUIText.richText

マニュアルに切り替える
public bool richText;

説明

テキストフォーマットマークアップで HTML-style タグが使用可能になる。

Supported tags are:
<color="htmlcolor">colored text</color>, where "htmlcolor" is a html color string, like "#ff0000" or "red".
<b>bold text</b>
<i>italic text</i>
<size=20>sized text</size>
これらは color タグを除いて、ダイナミックフォントレンダリングを使用する場合のみにサポートされます。Unity の richText は、フル html 実装ではないことに注意してください。他のタグはサポートされていません。