terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
FontUpdateTracker.cs
Go to the documentation of this file.
1using System;
3
4namespace UnityEngine.UI
5{
6 // Token: 0x0200001B RID: 27
7 public static class FontUpdateTracker
8 {
9 // Token: 0x060000DD RID: 221 RVA: 0x00003D3C File Offset: 0x00001F3C
10 public static void TrackText(Text t)
11 {
12 Font font = t.font;
13 Font font2 = t.font;
14 Font font3 = t.font;
15 }
16
17 // Token: 0x060000DE RID: 222 RVA: 0x00003D60 File Offset: 0x00001F60
18 private static void RebuildForFont(Font f)
19 {
20 if (!true)
21 {
22 }
23 if (true)
24 {
25 return;
26 }
27 }
28
29 // Token: 0x060000DF RID: 223 RVA: 0x00003D8C File Offset: 0x00001F8C
30 public static void UntrackText(Text t)
31 {
32 Font font = t.font;
33 }
34
35 // Token: 0x060000E0 RID: 224 RVA: 0x00003DA0 File Offset: 0x00001FA0
36 // Note: this type is marked as 'beforefieldinit'.
38 {
39 }
40
41 // Token: 0x04000067 RID: 103
43 }
44}
class f__AnonymousType0<< Count > j__TPar
static Dictionary< Font, HashSet< Text > > m_Tracked