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
ShowAssetPreviewAttribute.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.CompilerServices
;
3
4
namespace
NaughtyAttributes
5
{
6
// Token: 0x02000014 RID: 20
7
[
AttributeUsage
(
AttributeTargets
.Field, AllowMultiple =
false
, Inherited =
true
)]
8
public
class
ShowAssetPreviewAttribute
:
DrawerAttribute
9
{
10
// Token: 0x1700000F RID: 15
11
// (get) Token: 0x06000034 RID: 52 RVA: 0x000024F4 File Offset: 0x000006F4
12
// (set) Token: 0x06000035 RID: 53 RVA: 0x00002508 File Offset: 0x00000708
13
public
int
Width
14
{
15
[
CompilerGenerated
]
16
get
17
{
18
return
this.<
Width
>
k__BackingField
;
19
}
20
[
CompilerGenerated
]
21
private
set
22
{
23
this.<
Width
>
k__BackingField
=
value
;
24
}
25
}
26
27
// Token: 0x17000010 RID: 16
28
// (get) Token: 0x06000036 RID: 54 RVA: 0x0000251C File Offset: 0x0000071C
29
// (set) Token: 0x06000037 RID: 55 RVA: 0x00002530 File Offset: 0x00000730
30
public
int
Height
31
{
32
[
CompilerGenerated
]
33
get
34
{
35
return
this.<
Height
>
k__BackingField
;
36
}
37
[
CompilerGenerated
]
38
private
set
39
{
40
this.<
Height
>
k__BackingField
=
value
;
41
}
42
}
43
44
// Token: 0x06000038 RID: 56 RVA: 0x00002544 File Offset: 0x00000744
45
public
ShowAssetPreviewAttribute
(
int
width = 64,
int
height = 64)
46
{
47
this.Width
= width;
48
}
49
50
// Token: 0x0400001D RID: 29
51
[
CompilerGenerated
]
52
private
int <Width>
k__BackingField
;
53
54
// Token: 0x0400001E RID: 30
55
[
CompilerGenerated
]
56
private
int <Height>
k__BackingField
;
57
}
58
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
NaughtyAttributes.DrawerAttribute
Definition
DrawerAttribute.cs:7
NaughtyAttributes.ShowAssetPreviewAttribute.Height
int Height
Definition
ShowAssetPreviewAttribute.cs:31
NaughtyAttributes.ShowAssetPreviewAttribute.ShowAssetPreviewAttribute
ShowAssetPreviewAttribute(int width=64, int height=64)
Definition
ShowAssetPreviewAttribute.cs:45
NaughtyAttributes.ShowAssetPreviewAttribute.k__BackingField
int< Width > k__BackingField
Definition
ShowAssetPreviewAttribute.cs:52
NaughtyAttributes.ShowAssetPreviewAttribute.k__BackingField
int< Height > k__BackingField
Definition
ShowAssetPreviewAttribute.cs:56
NaughtyAttributes.ShowAssetPreviewAttribute.Width
int Width
Definition
ShowAssetPreviewAttribute.cs:14
NaughtyAttributes.ShowAssetPreviewAttribute
Definition
ShowAssetPreviewAttribute.cs:9
NaughtyAttributes
Definition
BoxGroupAttribute.cs:5
System.Runtime.CompilerServices
Definition
AsyncMethodBuilderAttribute.cs:4
System.ExceptionArgument.value
@ value
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:8
System
Definition
__ComObject.cs:4
source
NaughtyAttributes.Core
NaughtyAttributes
ShowAssetPreviewAttribute.cs
Generated by
1.10.0