UnityEngine.TextRenderingModule_CodeGen.c
14.0 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
#include "pch-c.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include "codegen/il2cpp-codegen-metadata.h"
// 0x00000001 System.Boolean UnityEngine.TextGenerationSettings::CompareColors(UnityEngine.Color,UnityEngine.Color)
extern void TextGenerationSettings_CompareColors_m2D96C913B3B3004B54E2DF50B1D080E2756D6F83_AdjustorThunk (void);
// 0x00000002 System.Boolean UnityEngine.TextGenerationSettings::CompareVector2(UnityEngine.Vector2,UnityEngine.Vector2)
extern void TextGenerationSettings_CompareVector2_mE4B7BA9402E9183E2F373151C64BEDF29D3F9530_AdjustorThunk (void);
// 0x00000003 System.Boolean UnityEngine.TextGenerationSettings::Equals(UnityEngine.TextGenerationSettings)
extern void TextGenerationSettings_Equals_m39EB4E712D3C4A3DEE0A3A09EB2CD80EED5B6E70_AdjustorThunk (void);
// 0x00000004 System.Void UnityEngine.TextGenerator::.ctor()
extern void TextGenerator__ctor_m2018893FBFC055D3BBB11F0BEF120799E670E90D (void);
// 0x00000005 System.Void UnityEngine.TextGenerator::.ctor(System.Int32)
extern void TextGenerator__ctor_m1476375B22A72960883563CFB9590528F2439EE0 (void);
// 0x00000006 System.Void UnityEngine.TextGenerator::Finalize()
extern void TextGenerator_Finalize_m75F6D3C34EDF6AD36EFAC32F70C24361605E2D0A (void);
// 0x00000007 System.Void UnityEngine.TextGenerator::System.IDisposable.Dispose()
extern void TextGenerator_System_IDisposable_Dispose_m068B4B5E7B8E1BDAE6C849561DE80BEE6440814C (void);
// 0x00000008 System.Int32 UnityEngine.TextGenerator::get_characterCountVisible()
extern void TextGenerator_get_characterCountVisible_mA4D21FA8F79BCED441624DF5655B7DF079881076 (void);
// 0x00000009 UnityEngine.TextGenerationSettings UnityEngine.TextGenerator::ValidatedSettings(UnityEngine.TextGenerationSettings)
extern void TextGenerator_ValidatedSettings_mA1F21390BC9F8A8C257E43B9A3E8D1BF3C7B5EFB (void);
// 0x0000000A System.Void UnityEngine.TextGenerator::Invalidate()
extern void TextGenerator_Invalidate_m5A27D34A969A8607A2115999DE68530949DAB591 (void);
// 0x0000000B System.Void UnityEngine.TextGenerator::GetCharacters(System.Collections.Generic.List`1<UnityEngine.UICharInfo>)
extern void TextGenerator_GetCharacters_m4A831783606F122779F0C63A5B97FAB196DDC09A (void);
// 0x0000000C System.Void UnityEngine.TextGenerator::GetLines(System.Collections.Generic.List`1<UnityEngine.UILineInfo>)
extern void TextGenerator_GetLines_m2CC35881EE195C8F8F0575ACBF4A91612274A017 (void);
// 0x0000000D System.Void UnityEngine.TextGenerator::GetVertices(System.Collections.Generic.List`1<UnityEngine.UIVertex>)
extern void TextGenerator_GetVertices_mC834A1A97D58828B41CEF4ED34C6DD6F6AF331CA (void);
// 0x0000000E System.Single UnityEngine.TextGenerator::GetPreferredWidth(System.String,UnityEngine.TextGenerationSettings)
extern void TextGenerator_GetPreferredWidth_mF951E0E3DDE4CD9688C698AB81CE96699DE53206 (void);
// 0x0000000F System.Single UnityEngine.TextGenerator::GetPreferredHeight(System.String,UnityEngine.TextGenerationSettings)
extern void TextGenerator_GetPreferredHeight_mE685E293F9A571A49FDCCD3D7B45F8D732F5E195 (void);
// 0x00000010 System.Boolean UnityEngine.TextGenerator::PopulateWithErrors(System.String,UnityEngine.TextGenerationSettings,UnityEngine.GameObject)
extern void TextGenerator_PopulateWithErrors_mE5FA5DB6EBB1EBA92C3A09DC213EB8607396F265 (void);
// 0x00000011 System.Boolean UnityEngine.TextGenerator::Populate(System.String,UnityEngine.TextGenerationSettings)
extern void TextGenerator_Populate_m90DBFEA8769DCDD3F62949A677230E041358FD26 (void);
// 0x00000012 UnityEngine.TextGenerationError UnityEngine.TextGenerator::PopulateWithError(System.String,UnityEngine.TextGenerationSettings)
extern void TextGenerator_PopulateWithError_mCE3D60B71CB4B77197EDE7E1EC11831CBDD5C2C5 (void);
// 0x00000013 UnityEngine.TextGenerationError UnityEngine.TextGenerator::PopulateAlways(System.String,UnityEngine.TextGenerationSettings)
extern void TextGenerator_PopulateAlways_mA85E7B11C3267E35D10842423DA7874CBF5A77CF (void);
// 0x00000014 System.Collections.Generic.IList`1<UnityEngine.UIVertex> UnityEngine.TextGenerator::get_verts()
extern void TextGenerator_get_verts_m24E5F72EF4BB465321EA39A7B87285B48B423131 (void);
// 0x00000015 System.Collections.Generic.IList`1<UnityEngine.UICharInfo> UnityEngine.TextGenerator::get_characters()
extern void TextGenerator_get_characters_m129C7FB7C6CEDAD42FA3D7BE3052FC74D9D0A167 (void);
// 0x00000016 System.Collections.Generic.IList`1<UnityEngine.UILineInfo> UnityEngine.TextGenerator::get_lines()
extern void TextGenerator_get_lines_m3277C5BEA1392607B39B8CA03E902CE5AD7CEFC1 (void);
// 0x00000017 UnityEngine.Rect UnityEngine.TextGenerator::get_rectExtents()
extern void TextGenerator_get_rectExtents_m2573486A6322644F0EA3FB2AE05C5D5C52BC285B (void);
// 0x00000018 System.Int32 UnityEngine.TextGenerator::get_characterCount()
extern void TextGenerator_get_characterCount_mD4396E0258CB4E23B8ADA5F869504A69CA34580B (void);
// 0x00000019 System.Int32 UnityEngine.TextGenerator::get_lineCount()
extern void TextGenerator_get_lineCount_m20F5297212E59393F574E277D9A5E5843E72FD6A (void);
// 0x0000001A System.IntPtr UnityEngine.TextGenerator::Internal_Create()
extern void TextGenerator_Internal_Create_m683DDAEC169F2DB8F6D96AE1BEC2966CD10F4B9E (void);
// 0x0000001B System.Void UnityEngine.TextGenerator::Internal_Destroy(System.IntPtr)
extern void TextGenerator_Internal_Destroy_m336988E8A30047421161672F2CA40557BC3452F6 (void);
// 0x0000001C System.Boolean UnityEngine.TextGenerator::Populate_Internal(System.String,UnityEngine.Font,UnityEngine.Color,System.Int32,System.Single,System.Single,UnityEngine.FontStyle,System.Boolean,System.Boolean,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,UnityEngine.TextAnchor,System.Single,System.Single,System.Single,System.Single,System.Boolean,System.Boolean,System.UInt32&)
extern void TextGenerator_Populate_Internal_m4DFCDDEC2D327C33EFEBD4FC71264A91A10D1F37 (void);
// 0x0000001D System.Boolean UnityEngine.TextGenerator::Populate_Internal(System.String,UnityEngine.Font,UnityEngine.Color,System.Int32,System.Single,System.Single,UnityEngine.FontStyle,System.Boolean,System.Boolean,System.Int32,System.Int32,UnityEngine.VerticalWrapMode,UnityEngine.HorizontalWrapMode,System.Boolean,UnityEngine.TextAnchor,UnityEngine.Vector2,UnityEngine.Vector2,System.Boolean,System.Boolean,UnityEngine.TextGenerationError&)
extern void TextGenerator_Populate_Internal_m1E27E45E04E4709DD18502776659E882E2252554 (void);
// 0x0000001E System.Void UnityEngine.TextGenerator::GetVerticesInternal(System.Object)
extern void TextGenerator_GetVerticesInternal_m1090ABB82FD178A8D32D6D37907E9D04B940E1D8 (void);
// 0x0000001F System.Void UnityEngine.TextGenerator::GetCharactersInternal(System.Object)
extern void TextGenerator_GetCharactersInternal_m1B1206C5358B2E7ABE274DE03C10371887DA7C1D (void);
// 0x00000020 System.Void UnityEngine.TextGenerator::GetLinesInternal(System.Object)
extern void TextGenerator_GetLinesInternal_mCC147D2DAC648B936C54A5662C5FE43844B4FFDE (void);
// 0x00000021 System.Void UnityEngine.TextGenerator::get_rectExtents_Injected(UnityEngine.Rect&)
extern void TextGenerator_get_rectExtents_Injected_m8D58D2455AC5997ADE354CFA9466782EB6B31AB6 (void);
// 0x00000022 System.Boolean UnityEngine.TextGenerator::Populate_Internal_Injected(System.String,UnityEngine.Font,UnityEngine.Color&,System.Int32,System.Single,System.Single,UnityEngine.FontStyle,System.Boolean,System.Boolean,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,UnityEngine.TextAnchor,System.Single,System.Single,System.Single,System.Single,System.Boolean,System.Boolean,System.UInt32&)
extern void TextGenerator_Populate_Internal_Injected_m521AC47E26C872BEDDC23AF447EEA2E45EE088F3 (void);
// 0x00000023 System.Void UnityEngine.UIVertex::.cctor()
extern void UIVertex__cctor_m0354096E8F1EBF96E7089A869E74F4BCEAD4BDE4 (void);
// 0x00000024 System.Void UnityEngine.Font::add_textureRebuilt(System.Action`1<UnityEngine.Font>)
extern void Font_add_textureRebuilt_m845CA21057A59FC4D5F53DE784DBB5C32BBEA6FC (void);
// 0x00000025 System.Void UnityEngine.Font::remove_textureRebuilt(System.Action`1<UnityEngine.Font>)
extern void Font_remove_textureRebuilt_m3F7109BC4D5DFB55F846E05C448048A267112FC9 (void);
// 0x00000026 UnityEngine.Material UnityEngine.Font::get_material()
extern void Font_get_material_m799A85F3FF161469D8AF8CC0CCA6D550A6491565 (void);
// 0x00000027 System.Boolean UnityEngine.Font::get_dynamic()
extern void Font_get_dynamic_m2CA1DFFB862B41EAE100830F654880CD668F23AD (void);
// 0x00000028 System.Int32 UnityEngine.Font::get_fontSize()
extern void Font_get_fontSize_m284493C6ABD87266D2DC3D32619D9972F6711261 (void);
// 0x00000029 System.Void UnityEngine.Font::InvokeTextureRebuilt_Internal(UnityEngine.Font)
extern void Font_InvokeTextureRebuilt_Internal_m35C57E19A7E53A2F2A94DF909E6903DFFEE7679B (void);
// 0x0000002A System.Boolean UnityEngine.Font::HasCharacter(System.Char)
extern void Font_HasCharacter_m91E1618BC3221EBB83518E5B85D5CA3996FAD10C (void);
// 0x0000002B System.Boolean UnityEngine.Font::HasCharacter(System.Int32)
extern void Font_HasCharacter_mEC8A3BB085240EC6B44999C19588319DB644B2AC (void);
// 0x0000002C System.Void UnityEngine.Font/FontTextureRebuildCallback::.ctor(System.Object,System.IntPtr)
extern void FontTextureRebuildCallback__ctor_m58D67535ED1CC9895AB016CBB713A730A73480E0 (void);
// 0x0000002D System.Void UnityEngine.Font/FontTextureRebuildCallback::Invoke()
extern void FontTextureRebuildCallback_Invoke_m7F5D9CAA51DC8C9779104ACF46F668654B35EA1F (void);
// 0x0000002E System.IAsyncResult UnityEngine.Font/FontTextureRebuildCallback::BeginInvoke(System.AsyncCallback,System.Object)
extern void FontTextureRebuildCallback_BeginInvoke_m3F36739573BA8EE2C6C3BF90DC37E9D78AD7365F (void);
// 0x0000002F System.Void UnityEngine.Font/FontTextureRebuildCallback::EndInvoke(System.IAsyncResult)
extern void FontTextureRebuildCallback_EndInvoke_m3FDA95B07122814A8E63A8B7FFB5BCA7EC157B2C (void);
static Il2CppMethodPointer s_methodPointers[47] =
{
TextGenerationSettings_CompareColors_m2D96C913B3B3004B54E2DF50B1D080E2756D6F83_AdjustorThunk,
TextGenerationSettings_CompareVector2_mE4B7BA9402E9183E2F373151C64BEDF29D3F9530_AdjustorThunk,
TextGenerationSettings_Equals_m39EB4E712D3C4A3DEE0A3A09EB2CD80EED5B6E70_AdjustorThunk,
TextGenerator__ctor_m2018893FBFC055D3BBB11F0BEF120799E670E90D,
TextGenerator__ctor_m1476375B22A72960883563CFB9590528F2439EE0,
TextGenerator_Finalize_m75F6D3C34EDF6AD36EFAC32F70C24361605E2D0A,
TextGenerator_System_IDisposable_Dispose_m068B4B5E7B8E1BDAE6C849561DE80BEE6440814C,
TextGenerator_get_characterCountVisible_mA4D21FA8F79BCED441624DF5655B7DF079881076,
TextGenerator_ValidatedSettings_mA1F21390BC9F8A8C257E43B9A3E8D1BF3C7B5EFB,
TextGenerator_Invalidate_m5A27D34A969A8607A2115999DE68530949DAB591,
TextGenerator_GetCharacters_m4A831783606F122779F0C63A5B97FAB196DDC09A,
TextGenerator_GetLines_m2CC35881EE195C8F8F0575ACBF4A91612274A017,
TextGenerator_GetVertices_mC834A1A97D58828B41CEF4ED34C6DD6F6AF331CA,
TextGenerator_GetPreferredWidth_mF951E0E3DDE4CD9688C698AB81CE96699DE53206,
TextGenerator_GetPreferredHeight_mE685E293F9A571A49FDCCD3D7B45F8D732F5E195,
TextGenerator_PopulateWithErrors_mE5FA5DB6EBB1EBA92C3A09DC213EB8607396F265,
TextGenerator_Populate_m90DBFEA8769DCDD3F62949A677230E041358FD26,
TextGenerator_PopulateWithError_mCE3D60B71CB4B77197EDE7E1EC11831CBDD5C2C5,
TextGenerator_PopulateAlways_mA85E7B11C3267E35D10842423DA7874CBF5A77CF,
TextGenerator_get_verts_m24E5F72EF4BB465321EA39A7B87285B48B423131,
TextGenerator_get_characters_m129C7FB7C6CEDAD42FA3D7BE3052FC74D9D0A167,
TextGenerator_get_lines_m3277C5BEA1392607B39B8CA03E902CE5AD7CEFC1,
TextGenerator_get_rectExtents_m2573486A6322644F0EA3FB2AE05C5D5C52BC285B,
TextGenerator_get_characterCount_mD4396E0258CB4E23B8ADA5F869504A69CA34580B,
TextGenerator_get_lineCount_m20F5297212E59393F574E277D9A5E5843E72FD6A,
TextGenerator_Internal_Create_m683DDAEC169F2DB8F6D96AE1BEC2966CD10F4B9E,
TextGenerator_Internal_Destroy_m336988E8A30047421161672F2CA40557BC3452F6,
TextGenerator_Populate_Internal_m4DFCDDEC2D327C33EFEBD4FC71264A91A10D1F37,
TextGenerator_Populate_Internal_m1E27E45E04E4709DD18502776659E882E2252554,
TextGenerator_GetVerticesInternal_m1090ABB82FD178A8D32D6D37907E9D04B940E1D8,
TextGenerator_GetCharactersInternal_m1B1206C5358B2E7ABE274DE03C10371887DA7C1D,
TextGenerator_GetLinesInternal_mCC147D2DAC648B936C54A5662C5FE43844B4FFDE,
TextGenerator_get_rectExtents_Injected_m8D58D2455AC5997ADE354CFA9466782EB6B31AB6,
TextGenerator_Populate_Internal_Injected_m521AC47E26C872BEDDC23AF447EEA2E45EE088F3,
UIVertex__cctor_m0354096E8F1EBF96E7089A869E74F4BCEAD4BDE4,
Font_add_textureRebuilt_m845CA21057A59FC4D5F53DE784DBB5C32BBEA6FC,
Font_remove_textureRebuilt_m3F7109BC4D5DFB55F846E05C448048A267112FC9,
Font_get_material_m799A85F3FF161469D8AF8CC0CCA6D550A6491565,
Font_get_dynamic_m2CA1DFFB862B41EAE100830F654880CD668F23AD,
Font_get_fontSize_m284493C6ABD87266D2DC3D32619D9972F6711261,
Font_InvokeTextureRebuilt_Internal_m35C57E19A7E53A2F2A94DF909E6903DFFEE7679B,
Font_HasCharacter_m91E1618BC3221EBB83518E5B85D5CA3996FAD10C,
Font_HasCharacter_mEC8A3BB085240EC6B44999C19588319DB644B2AC,
FontTextureRebuildCallback__ctor_m58D67535ED1CC9895AB016CBB713A730A73480E0,
FontTextureRebuildCallback_Invoke_m7F5D9CAA51DC8C9779104ACF46F668654B35EA1F,
FontTextureRebuildCallback_BeginInvoke_m3F36739573BA8EE2C6C3BF90DC37E9D78AD7365F,
FontTextureRebuildCallback_EndInvoke_m3FDA95B07122814A8E63A8B7FFB5BCA7EC157B2C,
};
static const int32_t s_InvokerIndices[47] =
{
525,
562,
921,
1184,
1007,
1184,
1184,
1141,
946,
1184,
1016,
1016,
1016,
569,
569,
392,
547,
475,
475,
1152,
1152,
1152,
1165,
1141,
1141,
1976,
1956,
1,
2,
1016,
1016,
1016,
981,
0,
1993,
1957,
1957,
1152,
1172,
1141,
1957,
888,
889,
665,
1184,
510,
1016,
};
extern const CustomAttributesCacheGenerator g_UnityEngine_TextRenderingModule_AttributeGenerators[];
IL2CPP_EXTERN_C const Il2CppCodeGenModule g_UnityEngine_TextRenderingModule_CodeGenModule;
const Il2CppCodeGenModule g_UnityEngine_TextRenderingModule_CodeGenModule =
{
"UnityEngine.TextRenderingModule.dll",
47,
s_methodPointers,
s_InvokerIndices,
0,
NULL,
0,
NULL,
0,
NULL,
NULL,
g_UnityEngine_TextRenderingModule_AttributeGenerators,
NULL, // module initializer,
NULL,
NULL,
NULL,
};