terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
TextGenerationSettings.cs
Go to the documentation of this file.
1using System;
4
5namespace UnityEngine
6{
7 [global::Cpp2ILInjected.Token(Token = "0x2000004")]
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x6000001")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1FA4258", Offset = "0x1FA4258", Length = "0x138")]
12 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
13 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TextGenerationSettings), Member = "Equals", MemberParameters = new object[] { typeof(TextGenerationSettings) }, ReturnType = typeof(bool))]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
15 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
16 private bool CompareColors(Color left, Color right)
17 {
18 throw null;
19 }
20
21 [global::Cpp2ILInjected.Token(Token = "0x6000002")]
22 [global::Cpp2ILInjected.Address(RVA = "0x1FA4390", Offset = "0x1FA4390", Length = "0xC8")]
23 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
24 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TextGenerationSettings), Member = "Equals", MemberParameters = new object[] { typeof(TextGenerationSettings) }, ReturnType = typeof(bool))]
25 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
26 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
27 private bool CompareVector2(Vector2 left, Vector2 right)
28 {
29 throw null;
30 }
31
32 [global::Cpp2ILInjected.Token(Token = "0x6000003")]
33 [global::Cpp2ILInjected.Address(RVA = "0x1FA4458", Offset = "0x1FA4458", Length = "0x220")]
34 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
35 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TextGenerator), Member = "PopulateWithError", MemberParameters = new object[]
36 {
37 typeof(string),
39 }, ReturnType = typeof(TextGenerationError))]
40 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
41 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TextGenerationSettings), Member = "CompareColors", MemberParameters = new object[]
42 {
45 }, ReturnType = typeof(bool))]
46 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TextGenerationSettings), Member = "CompareVector2", MemberParameters = new object[]
47 {
48 typeof(Vector2),
49 typeof(Vector2)
50 }, ReturnType = typeof(bool))]
51 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Object), Member = "op_Equality", MemberParameters = new object[]
52 {
55 }, ReturnType = typeof(bool))]
56 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
58 {
59 throw null;
60 }
61
62 [global::Cpp2ILInjected.Token(Token = "0x400000B")]
63 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
64 public Font font;
65
66 [global::Cpp2ILInjected.Token(Token = "0x400000C")]
67 [global::Cpp2ILInjected.FieldOffset(Offset = "0x8")]
68 public Color color;
69
70 [global::Cpp2ILInjected.Token(Token = "0x400000D")]
71 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
72 public int fontSize;
73
74 [global::Cpp2ILInjected.Token(Token = "0x400000E")]
75 [global::Cpp2ILInjected.FieldOffset(Offset = "0x1C")]
76 public float lineSpacing;
77
78 [global::Cpp2ILInjected.Token(Token = "0x400000F")]
79 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
80 public bool richText;
81
82 [global::Cpp2ILInjected.Token(Token = "0x4000010")]
83 [global::Cpp2ILInjected.FieldOffset(Offset = "0x24")]
84 public float scaleFactor;
85
86 [global::Cpp2ILInjected.Token(Token = "0x4000011")]
87 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
89
90 [global::Cpp2ILInjected.Token(Token = "0x4000012")]
91 [global::Cpp2ILInjected.FieldOffset(Offset = "0x2C")]
93
94 [global::Cpp2ILInjected.Token(Token = "0x4000013")]
95 [global::Cpp2ILInjected.FieldOffset(Offset = "0x30")]
96 public bool alignByGeometry;
97
98 [global::Cpp2ILInjected.Token(Token = "0x4000014")]
99 [global::Cpp2ILInjected.FieldOffset(Offset = "0x31")]
101
102 [global::Cpp2ILInjected.Token(Token = "0x4000015")]
103 [global::Cpp2ILInjected.FieldOffset(Offset = "0x34")]
105
106 [global::Cpp2ILInjected.Token(Token = "0x4000016")]
107 [global::Cpp2ILInjected.FieldOffset(Offset = "0x38")]
109
110 [global::Cpp2ILInjected.Token(Token = "0x4000017")]
111 [global::Cpp2ILInjected.FieldOffset(Offset = "0x3C")]
112 public bool updateBounds;
113
114 [global::Cpp2ILInjected.Token(Token = "0x4000018")]
115 [global::Cpp2ILInjected.FieldOffset(Offset = "0x40")]
117
118 [global::Cpp2ILInjected.Token(Token = "0x4000019")]
119 [global::Cpp2ILInjected.FieldOffset(Offset = "0x44")]
121
122 [global::Cpp2ILInjected.Token(Token = "0x400001A")]
123 [global::Cpp2ILInjected.FieldOffset(Offset = "0x48")]
125
126 [global::Cpp2ILInjected.Token(Token = "0x400001B")]
127 [global::Cpp2ILInjected.FieldOffset(Offset = "0x50")]
129
130 [global::Cpp2ILInjected.Token(Token = "0x400001C")]
131 [global::Cpp2ILInjected.FieldOffset(Offset = "0x58")]
133 }
134}
class f__AnonymousType0<< Count > j__TPar
bool CompareVector2(Vector2 left, Vector2 right)
bool Equals(TextGenerationSettings other)
bool CompareColors(Color left, Color right)