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
ShowAssetPreviewAttribute.cs
Go to the documentation of this file.
1using System;
5
6namespace NaughtyAttributes
7{
8 [AttributeUsage(AttributeTargets.Field, AllowMultiple = false, Inherited = true)]
9 [global::Cpp2ILInjected.Token(Token = "0x2000014")]
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x1700000F")]
13 public int Width
14 {
16 [global::Cpp2ILInjected.Token(Token = "0x6000034")]
17 [global::Cpp2ILInjected.Address(RVA = "0x1CB56F8", Offset = "0x1CB56F8", Length = "0x8")]
18 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
19 get
20 {
21 throw null;
22 }
24 [global::Cpp2ILInjected.Token(Token = "0x6000035")]
25 [global::Cpp2ILInjected.Address(RVA = "0x1CB5700", Offset = "0x1CB5700", Length = "0x8")]
26 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
27 private set
28 {
29 throw null;
30 }
31 }
32
33 [global::Cpp2ILInjected.Token(Token = "0x17000010")]
34 public int Height
35 {
37 [global::Cpp2ILInjected.Token(Token = "0x6000036")]
38 [global::Cpp2ILInjected.Address(RVA = "0x1CB5708", Offset = "0x1CB5708", Length = "0x8")]
39 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
40 get
41 {
42 throw null;
43 }
45 [global::Cpp2ILInjected.Token(Token = "0x6000037")]
46 [global::Cpp2ILInjected.Address(RVA = "0x1CB5710", Offset = "0x1CB5710", Length = "0x8")]
47 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
48 private set
49 {
50 throw null;
51 }
52 }
53
54 [global::Cpp2ILInjected.Token(Token = "0x6000038")]
55 [global::Cpp2ILInjected.Address(RVA = "0x1CB5718", Offset = "0x1CB5718", Length = "0x2C")]
56 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
57 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Attribute), Member = ".ctor", ReturnType = typeof(void))]
58 public ShowAssetPreviewAttribute(int width = 64, int height = 64)
59 {
60 throw null;
61 }
62
64 [global::Cpp2ILInjected.Token(Token = "0x400001D")]
65 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
66 private int <Width>k__BackingField;
67
69 [global::Cpp2ILInjected.Token(Token = "0x400001E")]
70 [global::Cpp2ILInjected.FieldOffset(Offset = "0x14")]
71 private int <Height>k__BackingField;
72 }
73}
class f__AnonymousType0<< Count > j__TPar