言語: 日本語
  • C#
  • JS
  • Boo

スクリプト言語

お好みのスクリプト言語を選択すると、サンプルコードがその言語で表示されます。

Font.textureRebuildCallback

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

public var textureRebuildCallback: FontTextureRebuildCallback;
public FontTextureRebuildCallback textureRebuildCallback;
public textureRebuildCallback as FontTextureRebuildCallback

Description

ダイナミックフォント テクスチャが再作成された時に関数が呼び出しされるようにセットします

これによりダイナミックフォント テクスチャが再作成された時にデリゲート関数が呼び出しされるようにセットできます。これはフォントに追加した新しい文字がテクスチャに入りきらない場合に発生します。フォントテクスチャは全ての必要な文字が入るように再作成されます。ふもしカスタムメッシュを使用してフォントから文字をレンダリングする場合、 フォントの以前の UV 座標はもはや有効でなくなるため textureRebuildCallback を使用して、そのようなメッシュを再作成します。