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
FontPage.cs
Go to the documentation of this file.
1using System;
7
8namespace ReLogic.Graphics
9{
10 [global::Cpp2ILInjected.Token(Token = "0x2000B37")]
11 internal sealed class FontPage
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x60053BA")]
14 [global::Cpp2ILInjected.Address(RVA = "0x945A2C", Offset = "0x945A2C", Length = "0x50")]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
18 {
19 throw null;
20 }
21
22 [global::Cpp2ILInjected.Token(Token = "0x4008CEB")]
23 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
25
26 [global::Cpp2ILInjected.Token(Token = "0x4008CEC")]
27 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
29
30 [global::Cpp2ILInjected.Token(Token = "0x4008CED")]
31 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
33
34 [global::Cpp2ILInjected.Token(Token = "0x4008CEE")]
35 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
37
38 [global::Cpp2ILInjected.Token(Token = "0x4008CEF")]
39 [global::Cpp2ILInjected.FieldOffset(Offset = "0x30")]
41 }
42}
class f__AnonymousType0<< Count > j__TPar
FontPage(Texture2D texture, List< Rectangle > glyphs, List< Rectangle > padding, List< char > characters, List< Vector3 > kerning)
Definition FontPage.cs:17
readonly List< Vector3 > Kerning
Definition FontPage.cs:40
readonly List< Rectangle > Glyphs
Definition FontPage.cs:28
readonly List< char > Characters
Definition FontPage.cs:36
readonly Texture2D Texture
Definition FontPage.cs:24
readonly List< Rectangle > Padding
Definition FontPage.cs:32