コード例 #1
0
ファイル: ZFormatDemo.cs プロジェクト: midgithub/ZFormat
 /// <summary>
 /// API shim for using <see cref="Text"/> with mutable string
 /// </summary>
 public static void SetZString(this Text text, ZString zString)
 {
     text.text = zString.ToString();
     text.cachedTextGenerator.Invalidate();
     text.SetLayoutDirty();
     text.SetVerticesDirty();
 }
コード例 #2
0
ファイル: ZFormatDemo.cs プロジェクト: zoon/ZFormat
 /// <summary>
 /// API shim for using <see cref="Text"/> with mutable string
 /// </summary>
 public static void SetZString(this Text text, ZString zString)
 {
     text.text = zString.ToString();
     text.cachedTextGenerator.Invalidate();
     text.SetLayoutDirty();
     text.SetVerticesDirty();
 }