UnityEngine.TextRenderingModule_CodeGen.c
13.7 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
230
231
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include "codegen/il2cpp-codegen-metadata.h"
IL2CPP_EXTERN_C_BEGIN
IL2CPP_EXTERN_C_END
// 0x00000001 System.Boolean UnityEngine.TextGenerationSettings::CompareColors(UnityEngine.Color,UnityEngine.Color)
extern void TextGenerationSettings_CompareColors_m41313F2A332F5780C5BD6F8134EBB14473CC5C66_AdjustorThunk ();
// 0x00000002 System.Boolean UnityEngine.TextGenerationSettings::CompareVector2(UnityEngine.Vector2,UnityEngine.Vector2)
extern void TextGenerationSettings_CompareVector2_m27AE82F513B8E6D4A529A02B1A3806A85E710F1C_AdjustorThunk ();
// 0x00000003 System.Boolean UnityEngine.TextGenerationSettings::Equals(UnityEngine.TextGenerationSettings)
extern void TextGenerationSettings_Equals_m39912D195B0384AADC5C274659324EC8720C4F7D_AdjustorThunk ();
// 0x00000004 System.Void UnityEngine.TextGenerator::.ctor()
extern void TextGenerator__ctor_mD3956FF7D10DC470522A6363E7D6EC243415098A ();
// 0x00000005 System.Void UnityEngine.TextGenerator::.ctor(System.Int32)
extern void TextGenerator__ctor_m86E01E7BB9DC1B28F04961E482ED4D7065062BCE ();
// 0x00000006 System.Void UnityEngine.TextGenerator::Finalize()
extern void TextGenerator_Finalize_m6E9076F61F7B4DD5E56207F39E8F5FD85F188D8A ();
// 0x00000007 System.Void UnityEngine.TextGenerator::System.IDisposable.Dispose()
extern void TextGenerator_System_IDisposable_Dispose_m9D3291DC086282AF57A115B39D3C17BD0074FA3D ();
// 0x00000008 System.Int32 UnityEngine.TextGenerator::get_characterCountVisible()
extern void TextGenerator_get_characterCountVisible_mD0E9AA8120947F5AED58F512C0978C2E82ED1182 ();
// 0x00000009 UnityEngine.TextGenerationSettings UnityEngine.TextGenerator::ValidatedSettings(UnityEngine.TextGenerationSettings)
extern void TextGenerator_ValidatedSettings_m167131680BB6CD53B929EF189520F9FCF71FB1D3 ();
// 0x0000000A System.Void UnityEngine.TextGenerator::Invalidate()
extern void TextGenerator_Invalidate_m5C360AB470CB728BAA03B34BE33C75CBB55B673E ();
// 0x0000000B System.Void UnityEngine.TextGenerator::GetCharacters(System.Collections.Generic.List`1<UnityEngine.UICharInfo>)
extern void TextGenerator_GetCharacters_mBB7980F2FE8BE65A906A39B5559EC54B1CEF4131 ();
// 0x0000000C System.Void UnityEngine.TextGenerator::GetLines(System.Collections.Generic.List`1<UnityEngine.UILineInfo>)
extern void TextGenerator_GetLines_mC31F7918A9159908EA914D01B2E32644B046E2B5 ();
// 0x0000000D System.Void UnityEngine.TextGenerator::GetVertices(System.Collections.Generic.List`1<UnityEngine.UIVertex>)
extern void TextGenerator_GetVertices_m6FA34586541514ED7396990542BDAC536C10A4F2 ();
// 0x0000000E System.Single UnityEngine.TextGenerator::GetPreferredWidth(System.String,UnityEngine.TextGenerationSettings)
extern void TextGenerator_GetPreferredWidth_mBF228094564195BBB66669F4ECC6EE1B0B05BAAA ();
// 0x0000000F System.Single UnityEngine.TextGenerator::GetPreferredHeight(System.String,UnityEngine.TextGenerationSettings)
extern void TextGenerator_GetPreferredHeight_mC2F191D9E9CF2365545D0A3F1EBD0F105DB27963 ();
// 0x00000010 System.Boolean UnityEngine.TextGenerator::PopulateWithErrors(System.String,UnityEngine.TextGenerationSettings,UnityEngine.GameObject)
extern void TextGenerator_PopulateWithErrors_m1F1851B3C2B2EBEFD81C83DC124FB376C926B933 ();
// 0x00000011 System.Boolean UnityEngine.TextGenerator::Populate(System.String,UnityEngine.TextGenerationSettings)
extern void TextGenerator_Populate_m15553808C8FA017AA1AC23D2818C30DAFD654A04 ();
// 0x00000012 UnityEngine.TextGenerationError UnityEngine.TextGenerator::PopulateWithError(System.String,UnityEngine.TextGenerationSettings)
extern void TextGenerator_PopulateWithError_m24D1DA75F0563582E228C6F4982D0913C58E1D7D ();
// 0x00000013 UnityEngine.TextGenerationError UnityEngine.TextGenerator::PopulateAlways(System.String,UnityEngine.TextGenerationSettings)
extern void TextGenerator_PopulateAlways_m8DCF389A51877975F29FAB9B6E800DFDC1E0B8DF ();
// 0x00000014 System.Collections.Generic.IList`1<UnityEngine.UIVertex> UnityEngine.TextGenerator::get_verts()
extern void TextGenerator_get_verts_mD0B3D877BE872CDE4BE3791685B8B5EF0AAC6120 ();
// 0x00000015 System.Collections.Generic.IList`1<UnityEngine.UICharInfo> UnityEngine.TextGenerator::get_characters()
extern void TextGenerator_get_characters_m716FE1EF0738A1E6B3FBF4A1DBC46244B9594C7B ();
// 0x00000016 System.Collections.Generic.IList`1<UnityEngine.UILineInfo> UnityEngine.TextGenerator::get_lines()
extern void TextGenerator_get_lines_m40303E6BF9508DD46E04A21B5F5510F0FB9437CD ();
// 0x00000017 UnityEngine.Rect UnityEngine.TextGenerator::get_rectExtents()
extern void TextGenerator_get_rectExtents_m55F6A6727406C54BEFB7628751555B7C58BEC9B1 ();
// 0x00000018 System.Int32 UnityEngine.TextGenerator::get_characterCount()
extern void TextGenerator_get_characterCount_m2A8F9764A7BD2AD1287D3721638FB6114D6BDDC7 ();
// 0x00000019 System.Int32 UnityEngine.TextGenerator::get_lineCount()
extern void TextGenerator_get_lineCount_m7A3CC9D67099CDC4723A683716BE5FBC623EE9C4 ();
// 0x0000001A System.IntPtr UnityEngine.TextGenerator::Internal_Create()
extern void TextGenerator_Internal_Create_m127DBEDE47D3028812950FD9184A18C9F3A5E994 ();
// 0x0000001B System.Void UnityEngine.TextGenerator::Internal_Destroy(System.IntPtr)
extern void TextGenerator_Internal_Destroy_mB7FE56C2FAAE16938DE8BC7256EB44643E1845A5 ();
// 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_mCA54081A0855AED6EC6345265603409FE330985C ();
// 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_m42F7FED165D62BFD9C006D19A0FCE5B70C1EF92B ();
// 0x0000001E System.Void UnityEngine.TextGenerator::GetVerticesInternal(System.Object)
extern void TextGenerator_GetVerticesInternal_mB794B94982BA35D2CDB8F3AA77880B33AEB42B9A ();
// 0x0000001F System.Void UnityEngine.TextGenerator::GetCharactersInternal(System.Object)
extern void TextGenerator_GetCharactersInternal_m4383B9A162CF10430636BFD248DDBDDB4D64E967 ();
// 0x00000020 System.Void UnityEngine.TextGenerator::GetLinesInternal(System.Object)
extern void TextGenerator_GetLinesInternal_mA54A05D512EE1CED958F73E0024FB913E648EDAD ();
// 0x00000021 System.Void UnityEngine.TextGenerator::get_rectExtents_Injected(UnityEngine.Rect&)
extern void TextGenerator_get_rectExtents_Injected_mD8FC9E47642590C7AC78DA83B583E5F4271842D0 ();
// 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_mC1D6A0A0A9E0BFDB146EA921DA459D83FF33DEDE ();
// 0x00000023 System.Void UnityEngine.UIVertex::.cctor()
extern void UIVertex__cctor_m86F60F5BB996D3C59B19B80C4BFB5770802BFB30 ();
// 0x00000024 System.Void UnityEngine.Font::add_textureRebuilt(System.Action`1<UnityEngine.Font>)
extern void Font_add_textureRebuilt_m031EFCD3B164273920B133A8689C18ED87C9B18F ();
// 0x00000025 System.Void UnityEngine.Font::remove_textureRebuilt(System.Action`1<UnityEngine.Font>)
extern void Font_remove_textureRebuilt_mBEF163DAE27CA126D400646E850AAEE4AE8DAAB4 ();
// 0x00000026 UnityEngine.Material UnityEngine.Font::get_material()
extern void Font_get_material_m92A995029540A5FACAEA3A2FE792FFDAC294827D ();
// 0x00000027 System.Boolean UnityEngine.Font::get_dynamic()
extern void Font_get_dynamic_m14C7E59606E317C5952A69F05CC44BF399CFFE2E ();
// 0x00000028 System.Int32 UnityEngine.Font::get_fontSize()
extern void Font_get_fontSize_m75A71EFC3D6483AD1A8C6F38133648BDFF1618A5 ();
// 0x00000029 System.Void UnityEngine.Font::InvokeTextureRebuilt_Internal(UnityEngine.Font)
extern void Font_InvokeTextureRebuilt_Internal_m2D4C9D99B6137EF380A19EC72D6EE8CBFF7B4062 ();
// 0x0000002A System.Boolean UnityEngine.Font::HasCharacter(System.Char)
extern void Font_HasCharacter_m23CC7E1E37BCA115DC130B841CF3207212E2802E ();
// 0x0000002B System.Boolean UnityEngine.Font::HasCharacter(System.Int32)
extern void Font_HasCharacter_m59FF574F1E4A2F9807CCF0C5D56C29E68D514D51 ();
// 0x0000002C System.Void UnityEngine.Font_FontTextureRebuildCallback::.ctor(System.Object,System.IntPtr)
extern void FontTextureRebuildCallback__ctor_m83BD4ACFF1FDA3D203ABA140B0CA2B4B0064A3A3 ();
// 0x0000002D System.Void UnityEngine.Font_FontTextureRebuildCallback::Invoke()
extern void FontTextureRebuildCallback_Invoke_m4E6CFDE11932BA7F129C9A2C4CAE294562B07480 ();
// 0x0000002E System.IAsyncResult UnityEngine.Font_FontTextureRebuildCallback::BeginInvoke(System.AsyncCallback,System.Object)
extern void FontTextureRebuildCallback_BeginInvoke_m53EF837EFEA71B83AEA6706E2EB8F83062E43880 ();
// 0x0000002F System.Void UnityEngine.Font_FontTextureRebuildCallback::EndInvoke(System.IAsyncResult)
extern void FontTextureRebuildCallback_EndInvoke_m8EEDB9652F6D2358523057E1164740820D2AE93C ();
static Il2CppMethodPointer s_methodPointers[47] =
{
TextGenerationSettings_CompareColors_m41313F2A332F5780C5BD6F8134EBB14473CC5C66_AdjustorThunk,
TextGenerationSettings_CompareVector2_m27AE82F513B8E6D4A529A02B1A3806A85E710F1C_AdjustorThunk,
TextGenerationSettings_Equals_m39912D195B0384AADC5C274659324EC8720C4F7D_AdjustorThunk,
TextGenerator__ctor_mD3956FF7D10DC470522A6363E7D6EC243415098A,
TextGenerator__ctor_m86E01E7BB9DC1B28F04961E482ED4D7065062BCE,
TextGenerator_Finalize_m6E9076F61F7B4DD5E56207F39E8F5FD85F188D8A,
TextGenerator_System_IDisposable_Dispose_m9D3291DC086282AF57A115B39D3C17BD0074FA3D,
TextGenerator_get_characterCountVisible_mD0E9AA8120947F5AED58F512C0978C2E82ED1182,
TextGenerator_ValidatedSettings_m167131680BB6CD53B929EF189520F9FCF71FB1D3,
TextGenerator_Invalidate_m5C360AB470CB728BAA03B34BE33C75CBB55B673E,
TextGenerator_GetCharacters_mBB7980F2FE8BE65A906A39B5559EC54B1CEF4131,
TextGenerator_GetLines_mC31F7918A9159908EA914D01B2E32644B046E2B5,
TextGenerator_GetVertices_m6FA34586541514ED7396990542BDAC536C10A4F2,
TextGenerator_GetPreferredWidth_mBF228094564195BBB66669F4ECC6EE1B0B05BAAA,
TextGenerator_GetPreferredHeight_mC2F191D9E9CF2365545D0A3F1EBD0F105DB27963,
TextGenerator_PopulateWithErrors_m1F1851B3C2B2EBEFD81C83DC124FB376C926B933,
TextGenerator_Populate_m15553808C8FA017AA1AC23D2818C30DAFD654A04,
TextGenerator_PopulateWithError_m24D1DA75F0563582E228C6F4982D0913C58E1D7D,
TextGenerator_PopulateAlways_m8DCF389A51877975F29FAB9B6E800DFDC1E0B8DF,
TextGenerator_get_verts_mD0B3D877BE872CDE4BE3791685B8B5EF0AAC6120,
TextGenerator_get_characters_m716FE1EF0738A1E6B3FBF4A1DBC46244B9594C7B,
TextGenerator_get_lines_m40303E6BF9508DD46E04A21B5F5510F0FB9437CD,
TextGenerator_get_rectExtents_m55F6A6727406C54BEFB7628751555B7C58BEC9B1,
TextGenerator_get_characterCount_m2A8F9764A7BD2AD1287D3721638FB6114D6BDDC7,
TextGenerator_get_lineCount_m7A3CC9D67099CDC4723A683716BE5FBC623EE9C4,
TextGenerator_Internal_Create_m127DBEDE47D3028812950FD9184A18C9F3A5E994,
TextGenerator_Internal_Destroy_mB7FE56C2FAAE16938DE8BC7256EB44643E1845A5,
TextGenerator_Populate_Internal_mCA54081A0855AED6EC6345265603409FE330985C,
TextGenerator_Populate_Internal_m42F7FED165D62BFD9C006D19A0FCE5B70C1EF92B,
TextGenerator_GetVerticesInternal_mB794B94982BA35D2CDB8F3AA77880B33AEB42B9A,
TextGenerator_GetCharactersInternal_m4383B9A162CF10430636BFD248DDBDDB4D64E967,
TextGenerator_GetLinesInternal_mA54A05D512EE1CED958F73E0024FB913E648EDAD,
TextGenerator_get_rectExtents_Injected_mD8FC9E47642590C7AC78DA83B583E5F4271842D0,
TextGenerator_Populate_Internal_Injected_mC1D6A0A0A9E0BFDB146EA921DA459D83FF33DEDE,
UIVertex__cctor_m86F60F5BB996D3C59B19B80C4BFB5770802BFB30,
Font_add_textureRebuilt_m031EFCD3B164273920B133A8689C18ED87C9B18F,
Font_remove_textureRebuilt_mBEF163DAE27CA126D400646E850AAEE4AE8DAAB4,
Font_get_material_m92A995029540A5FACAEA3A2FE792FFDAC294827D,
Font_get_dynamic_m14C7E59606E317C5952A69F05CC44BF399CFFE2E,
Font_get_fontSize_m75A71EFC3D6483AD1A8C6F38133648BDFF1618A5,
Font_InvokeTextureRebuilt_Internal_m2D4C9D99B6137EF380A19EC72D6EE8CBFF7B4062,
Font_HasCharacter_m23CC7E1E37BCA115DC130B841CF3207212E2802E,
Font_HasCharacter_m59FF574F1E4A2F9807CCF0C5D56C29E68D514D51,
FontTextureRebuildCallback__ctor_m83BD4ACFF1FDA3D203ABA140B0CA2B4B0064A3A3,
FontTextureRebuildCallback_Invoke_m4E6CFDE11932BA7F129C9A2C4CAE294562B07480,
FontTextureRebuildCallback_BeginInvoke_m53EF837EFEA71B83AEA6706E2EB8F83062E43880,
FontTextureRebuildCallback_EndInvoke_m8EEDB9652F6D2358523057E1164740820D2AE93C,
};
static const int32_t s_InvokerIndices[47] =
{
1421,
1422,
1423,
23,
32,
23,
23,
10,
1424,
23,
26,
26,
26,
1425,
1425,
1426,
1427,
1428,
1428,
14,
14,
14,
1097,
10,
10,
710,
25,
1429,
1430,
26,
26,
26,
6,
1431,
3,
122,
122,
14,
114,
10,
122,
204,
30,
102,
23,
113,
26,
};
extern const Il2CppCodeGenModule g_UnityEngine_TextRenderingModuleCodeGenModule;
const Il2CppCodeGenModule g_UnityEngine_TextRenderingModuleCodeGenModule =
{
"UnityEngine.TextRenderingModule.dll",
47,
s_methodPointers,
s_InvokerIndices,
0,
NULL,
0,
NULL,
0,
NULL,
NULL,
};