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
Texture.cs
Go to the documentation of this file.
1using System;
8
9namespace UnityEngine
10{
11 [NativeHeader("Runtime/Streaming/TextureStreamingManager.h")]
13 [NativeHeader("Runtime/Graphics/Texture.h")]
14 [global::Cpp2ILInjected.Token(Token = "0x200004A")]
15 public class Texture : Object
16 {
17 [global::Cpp2ILInjected.Token(Token = "0x60000FD")]
18 [global::Cpp2ILInjected.Address(RVA = "0x1F6F250", Offset = "0x1F6F250", Length = "0x58")]
19 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Texture2D), Member = ".ctor", MemberParameters = new object[]
20 {
21 typeof(int),
22 typeof(int),
24 typeof(int),
25 typeof(bool),
27 }, ReturnType = typeof(void))]
28 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Cubemap), Member = ".ctor", MemberParameters = new object[]
29 {
30 typeof(int),
33 }, ReturnType = typeof(void))]
34 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Cubemap), Member = ".ctor", MemberParameters = new object[]
35 {
36 typeof(int),
39 typeof(int)
40 }, ReturnType = typeof(void))]
41 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Cubemap), Member = ".ctor", MemberParameters = new object[]
42 {
43 typeof(int),
45 typeof(int),
47 }, ReturnType = typeof(void))]
48 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Texture3D), Member = ".ctor", MemberParameters = new object[]
49 {
50 typeof(int),
51 typeof(int),
52 typeof(int),
55 typeof(int)
56 }, ReturnType = typeof(void))]
57 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Texture3D), Member = ".ctor", MemberParameters = new object[]
58 {
59 typeof(int),
60 typeof(int),
61 typeof(int),
63 typeof(int)
64 }, ReturnType = typeof(void))]
65 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Texture3D), Member = ".ctor", MemberParameters = new object[]
66 {
67 typeof(int),
68 typeof(int),
69 typeof(int),
71 typeof(int),
73 }, ReturnType = typeof(void))]
74 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Texture2DArray), Member = ".ctor", MemberParameters = new object[]
75 {
76 typeof(int),
77 typeof(int),
78 typeof(int),
81 typeof(int)
82 }, ReturnType = typeof(void))]
83 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Texture2DArray), Member = ".ctor", MemberParameters = new object[]
84 {
85 typeof(int),
86 typeof(int),
87 typeof(int),
89 typeof(int),
90 typeof(bool)
91 }, ReturnType = typeof(void))]
92 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CubemapArray), Member = ".ctor", MemberParameters = new object[]
93 {
94 typeof(int),
95 typeof(int),
98 typeof(int)
99 }, ReturnType = typeof(void))]
100 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CubemapArray), Member = ".ctor", MemberParameters = new object[]
101 {
102 typeof(int),
103 typeof(int),
105 typeof(int),
106 typeof(bool)
107 }, ReturnType = typeof(void))]
108 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RenderTexture), Member = ".ctor", ReturnType = typeof(void))]
109 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RenderTexture), Member = ".ctor", MemberParameters = new object[] { typeof(RenderTextureDescriptor) }, ReturnType = typeof(void))]
110 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RenderTexture), Member = ".ctor", MemberParameters = new object[] { typeof(RenderTexture) }, ReturnType = typeof(void))]
111 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RenderTexture), Member = ".ctor", MemberParameters = new object[]
112 {
113 typeof(int),
114 typeof(int),
115 typeof(int),
117 typeof(int)
118 }, ReturnType = typeof(void))]
119 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RenderTexture), Member = ".ctor", MemberParameters = new object[]
120 {
121 typeof(int),
122 typeof(int),
125 typeof(int)
126 }, ReturnType = typeof(void))]
127 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RenderTexture), Member = ".ctor", MemberParameters = new object[]
128 {
129 typeof(int),
130 typeof(int),
131 typeof(int),
134 }, ReturnType = typeof(void))]
135 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RenderTexture), Member = ".ctor", MemberParameters = new object[]
136 {
137 typeof(int),
138 typeof(int),
139 typeof(int),
141 typeof(int)
142 }, ReturnType = typeof(void))]
143 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 18)]
144 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
145 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
146 protected Texture()
147 {
148 throw null;
149 }
150
151 [global::Cpp2ILInjected.Token(Token = "0x60000FE")]
152 [global::Cpp2ILInjected.Address(RVA = "0x1F6F2A8", Offset = "0x1F6F2A8", Length = "0x3C")]
153 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
154 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
155 [MethodImpl(4096)]
156 private extern int GetDataWidth();
157
158 [global::Cpp2ILInjected.Token(Token = "0x60000FF")]
159 [global::Cpp2ILInjected.Address(RVA = "0x1F6F2E4", Offset = "0x1F6F2E4", Length = "0x3C")]
160 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
161 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
162 [MethodImpl(4096)]
163 private extern int GetDataHeight();
164
165 [global::Cpp2ILInjected.Token(Token = "0x1700002E")]
166 public virtual int width
167 {
168 [global::Cpp2ILInjected.Token(Token = "0x6000100")]
169 [global::Cpp2ILInjected.Address(RVA = "0x1F6F320", Offset = "0x1F6F320", Length = "0x3C")]
170 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
171 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
172 get
173 {
174 throw null;
175 }
176 [global::Cpp2ILInjected.Token(Token = "0x6000101")]
177 [global::Cpp2ILInjected.Address(RVA = "0x1F6F35C", Offset = "0x1F6F35C", Length = "0x38")]
178 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
179 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NotImplementedException), Member = ".ctor", ReturnType = typeof(void))]
180 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
181 set
182 {
183 throw null;
184 }
185 }
186
187 [global::Cpp2ILInjected.Token(Token = "0x1700002F")]
188 public virtual int height
189 {
190 [global::Cpp2ILInjected.Token(Token = "0x6000102")]
191 [global::Cpp2ILInjected.Address(RVA = "0x1F6F394", Offset = "0x1F6F394", Length = "0x3C")]
192 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
193 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
194 get
195 {
196 throw null;
197 }
198 [global::Cpp2ILInjected.Token(Token = "0x6000103")]
199 [global::Cpp2ILInjected.Address(RVA = "0x1F6F3D0", Offset = "0x1F6F3D0", Length = "0x38")]
200 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
201 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NotImplementedException), Member = ".ctor", ReturnType = typeof(void))]
202 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
203 set
204 {
205 throw null;
206 }
207 }
208
209 [global::Cpp2ILInjected.Token(Token = "0x17000030")]
210 public virtual extern bool isReadable
211 {
212 [global::Cpp2ILInjected.Token(Token = "0x6000104")]
213 [global::Cpp2ILInjected.Address(RVA = "0x1F6F408", Offset = "0x1F6F408", Length = "0x3C")]
214 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
215 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
216 [MethodImpl(4096)]
217 get;
218 }
219
220 [global::Cpp2ILInjected.Token(Token = "0x17000031")]
222 {
223 [NativeName("GetWrapModeU")]
224 [global::Cpp2ILInjected.Token(Token = "0x6000105")]
225 [global::Cpp2ILInjected.Address(RVA = "0x1F6F444", Offset = "0x1F6F444", Length = "0x3C")]
226 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.Image", Member = "GenerateTiledSprite", MemberParameters = new object[] { "UnityEngine.UI.VertexHelper" }, ReturnType = typeof(void))]
227 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
228 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
229 [MethodImpl(4096)]
230 get;
231 [global::Cpp2ILInjected.Token(Token = "0x6000106")]
232 [global::Cpp2ILInjected.Address(RVA = "0x1F6F480", Offset = "0x1F6F480", Length = "0x44")]
233 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIMap", Member = "InitialiseTargets", ReturnType = typeof(void))]
234 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
235 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
236 [MethodImpl(4096)]
237 set;
238 }
239
240 [global::Cpp2ILInjected.Token(Token = "0x17000032")]
241 public extern FilterMode filterMode
242 {
243 [global::Cpp2ILInjected.Token(Token = "0x6000107")]
244 [global::Cpp2ILInjected.Address(RVA = "0x1F6F4C4", Offset = "0x1F6F4C4", Length = "0x44")]
245 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIMap", Member = "InitialiseTargets", ReturnType = typeof(void))]
246 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "DistortionRenderTargetManager", Member = "InitialiseCamera", ReturnType = typeof(void))]
247 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
248 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
249 [MethodImpl(4096)]
250 set;
251 }
252
253 [global::Cpp2ILInjected.Token(Token = "0x17000033")]
255 {
256 [NativeName("GetTexelSize")]
257 [global::Cpp2ILInjected.Token(Token = "0x6000108")]
258 [global::Cpp2ILInjected.Address(RVA = "0x1F6F508", Offset = "0x1F6F508", Length = "0x4C")]
259 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
260 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.RawImage", Member = "OnPopulateMesh", MemberParameters = new object[] { "UnityEngine.UI.VertexHelper" }, ReturnType = typeof(void))]
261 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
262 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
263 get
264 {
265 throw null;
266 }
267 }
268
269 [global::Cpp2ILInjected.Token(Token = "0x6000109")]
270 [global::Cpp2ILInjected.Address(RVA = "0x1F6F598", Offset = "0x1F6F598", Length = "0x1B4")]
271 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Texture2D), Member = "ValidateFormat", MemberParameters = new object[]
272 {
274 typeof(int),
275 typeof(int)
276 }, ReturnType = typeof(bool))]
277 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Cubemap), Member = "ValidateFormat", MemberParameters = new object[]
278 {
280 typeof(int)
281 }, ReturnType = typeof(bool))]
282 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Texture3D), Member = ".ctor", MemberParameters = new object[]
283 {
284 typeof(int),
285 typeof(int),
286 typeof(int),
288 typeof(int)
289 }, ReturnType = typeof(void))]
290 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Texture3D), Member = ".ctor", MemberParameters = new object[]
291 {
292 typeof(int),
293 typeof(int),
294 typeof(int),
296 typeof(int),
298 }, ReturnType = typeof(void))]
299 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Texture2DArray), Member = "ValidateFormat", MemberParameters = new object[]
300 {
302 typeof(int),
303 typeof(int)
304 }, ReturnType = typeof(bool))]
305 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CubemapArray), Member = ".ctor", MemberParameters = new object[]
306 {
307 typeof(int),
308 typeof(int),
310 typeof(int),
311 typeof(bool)
312 }, ReturnType = typeof(void))]
313 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 6)]
314 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SystemInfo), Member = "SupportsTextureFormat", MemberParameters = new object[] { typeof(TextureFormat) }, ReturnType = typeof(bool))]
315 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GraphicsFormatUtility), Member = "IsCompressedTextureFormat", MemberParameters = new object[] { typeof(TextureFormat) }, ReturnType = typeof(bool))]
316 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GraphicsFormatUtility), Member = "GetGraphicsFormat", MemberParameters = new object[]
317 {
319 typeof(bool)
320 }, ReturnType = typeof(GraphicsFormat))]
321 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GraphicsFormatUtility), Member = "CanDecompressFormat", MemberParameters = new object[] { typeof(GraphicsFormat) }, ReturnType = typeof(bool))]
322 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enum), Member = "ToString", ReturnType = typeof(string))]
323 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Format", MemberParameters = new object[]
324 {
325 typeof(string),
326 typeof(object)
327 }, ReturnType = typeof(string))]
328 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Debug), Member = "LogWarning", MemberParameters = new object[]
329 {
330 typeof(object),
332 }, ReturnType = typeof(void))]
333 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Debug), Member = "LogError", MemberParameters = new object[]
334 {
335 typeof(object),
337 }, ReturnType = typeof(void))]
338 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
340 {
341 throw null;
342 }
343
344 [global::Cpp2ILInjected.Token(Token = "0x600010A")]
345 [global::Cpp2ILInjected.Address(RVA = "0x1F6F820", Offset = "0x1F6F820", Length = "0x1CC")]
346 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
347 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Cubemap), Member = "ValidateFormat", MemberParameters = new object[]
348 {
350 typeof(int)
351 }, ReturnType = typeof(bool))]
352 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Texture3D), Member = ".ctor", MemberParameters = new object[]
353 {
354 typeof(int),
355 typeof(int),
356 typeof(int),
359 typeof(int)
360 }, ReturnType = typeof(void))]
361 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Texture2DArray), Member = "ValidateFormat", MemberParameters = new object[]
362 {
364 typeof(int),
365 typeof(int)
366 }, ReturnType = typeof(bool))]
367 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CubemapArray), Member = ".ctor", MemberParameters = new object[]
368 {
369 typeof(int),
370 typeof(int),
373 typeof(int)
374 }, ReturnType = typeof(void))]
375 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RenderTexture), Member = ".ctor", MemberParameters = new object[]
376 {
377 typeof(int),
378 typeof(int),
379 typeof(int),
381 typeof(int)
382 }, ReturnType = typeof(void))]
383 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RenderTexture), Member = ".ctor", MemberParameters = new object[]
384 {
385 typeof(int),
386 typeof(int),
389 typeof(int)
390 }, ReturnType = typeof(void))]
391 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RenderTexture), Member = "Initialize", MemberParameters = new object[]
392 {
393 typeof(int),
394 typeof(int),
395 typeof(int),
398 typeof(int)
399 }, ReturnType = typeof(void))]
400 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 7)]
401 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enum), Member = "ToString", ReturnType = typeof(string))]
402 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Format", MemberParameters = new object[]
403 {
404 typeof(string),
405 typeof(object)
406 }, ReturnType = typeof(string))]
407 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Debug), Member = "LogWarning", MemberParameters = new object[]
408 {
409 typeof(object),
411 }, ReturnType = typeof(void))]
412 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Format", MemberParameters = new object[]
413 {
414 typeof(string),
415 typeof(object),
416 typeof(object)
417 }, ReturnType = typeof(string))]
418 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Debug), Member = "LogError", MemberParameters = new object[]
419 {
420 typeof(object),
422 }, ReturnType = typeof(void))]
423 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
425 {
426 throw null;
427 }
428
429 [global::Cpp2ILInjected.Token(Token = "0x600010B")]
430 [global::Cpp2ILInjected.Address(RVA = "0x1F6FA30", Offset = "0x1F6FA30", Length = "0x98")]
431 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Texture2D), Member = "SetPixel", MemberParameters = new object[]
432 {
433 typeof(int),
434 typeof(int),
436 }, ReturnType = typeof(void))]
437 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Texture2D), Member = "GetPixelBilinear", MemberParameters = new object[]
438 {
439 typeof(float),
440 typeof(float)
441 }, ReturnType = typeof(Color))]
442 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Texture2D), Member = "GetRawTextureData", MemberTypeParameters = new object[] { "T" }, ReturnType = "Unity.Collections.NativeArray`1<T>")]
443 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Texture2D), Member = "Apply", MemberParameters = new object[]
444 {
445 typeof(bool),
446 typeof(bool)
447 }, ReturnType = typeof(void))]
448 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
449 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Object), Member = "get_name", ReturnType = typeof(string))]
450 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Format", MemberParameters = new object[]
451 {
452 typeof(string),
453 typeof(object)
454 }, ReturnType = typeof(string))]
455 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(UnityException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
456 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
458 {
459 throw null;
460 }
461
462 [global::Cpp2ILInjected.Token(Token = "0x600010C")]
463 [global::Cpp2ILInjected.Address(RVA = "0x1F6FB40", Offset = "0x1F6FB40", Length = "0x68")]
464 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Texture2D), Member = "GetRawTextureData", MemberTypeParameters = new object[] { "T" }, ReturnType = "Unity.Collections.NativeArray`1<T>")]
465 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
466 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(UnityException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
467 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
469 {
470 throw null;
471 }
472
473 // Note: this type is marked as 'beforefieldinit'.
474 [global::Cpp2ILInjected.Token(Token = "0x600010D")]
475 [global::Cpp2ILInjected.Address(RVA = "0x1F6FBA8", Offset = "0x1F6FBA8", Length = "0x4C")]
476 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
477 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
478 static Texture()
479 {
480 throw null;
481 }
482
483 [global::Cpp2ILInjected.Token(Token = "0x600010E")]
484 [global::Cpp2ILInjected.Address(RVA = "0x1F6F554", Offset = "0x1F6F554", Length = "0x44")]
485 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
486 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
487 [MethodImpl(4096)]
488 private extern void get_texelSize_Injected(out Vector2 ret);
489
490 [global::Cpp2ILInjected.Token(Token = "0x4000211")]
491 public static readonly int GenerateAllMips;
492 }
493}
class f__AnonymousType0<< Count > j__TPar
FilterMode filterMode
Definition Texture.cs:242
virtual int width
Definition Texture.cs:167
virtual bool isReadable
Definition Texture.cs:211
UnityException CreateNonReadableException(Texture t)
Definition Texture.cs:457
virtual int height
Definition Texture.cs:189
void get_texelSize_Injected(out Vector2 ret)
bool ValidateFormat(GraphicsFormat format, FormatUsage usage)
Definition Texture.cs:424
UnityException CreateNativeArrayLengthOverflowException()
Definition Texture.cs:468
TextureWrapMode wrapMode
Definition Texture.cs:222
static readonly int GenerateAllMips
Definition Texture.cs:491
bool ValidateFormat(TextureFormat format)
Definition Texture.cs:339