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
FontPage.cs
Go to the documentation of this file.
1using System;
5
6namespace ReLogic.Graphics
7{
8 // Token: 0x02000B37 RID: 2871
9 internal sealed class FontPage
10 {
11 // Token: 0x060053BA RID: 21434 RVA: 0x00284E78 File Offset: 0x00283078
13 {
14 this.Texture = texture;
16 this.Padding = padding;
17 this.Characters = characters;
19 }
20
21 // Token: 0x04008CEB RID: 36075
23
24 // Token: 0x04008CEC RID: 36076
26
27 // Token: 0x04008CED RID: 36077
29
30 // Token: 0x04008CEE RID: 36078
32
33 // Token: 0x04008CEF RID: 36079
35 }
36}
class f__AnonymousType0<< Count > j__TPar
FontPage(Texture2D texture, List< Rectangle > glyphs, List< Rectangle > padding, List< char > characters, List< Vector3 > kerning)
Definition FontPage.cs:12
readonly List< Vector3 > Kerning
Definition FontPage.cs:34
readonly List< Rectangle > Glyphs
Definition FontPage.cs:25
readonly List< char > Characters
Definition FontPage.cs:31
readonly Texture2D Texture
Definition FontPage.cs:22
readonly List< Rectangle > Padding
Definition FontPage.cs:28