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
TooltipAttribute.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
UnityEngine
4
{
5
// Token: 0x0200008B RID: 139
6
[
AttributeUsage
(
AttributeTargets
.All, Inherited =
true
, AllowMultiple =
false
)]
7
public
class
TooltipAttribute
:
PropertyAttribute
8
{
9
// Token: 0x0600027F RID: 639 RVA: 0x00005A60 File Offset: 0x00003C60
10
public
TooltipAttribute
(
string
tooltip
)
11
{
12
this.tooltip
=
tooltip
;
13
}
14
15
// Token: 0x04000322 RID: 802
16
public
readonly
string
tooltip
;
17
}
18
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
UnityEngine.PropertyAttribute
Definition
PropertyAttribute.cs:8
UnityEngine.TooltipAttribute.tooltip
readonly string tooltip
Definition
TooltipAttribute.cs:16
UnityEngine.TooltipAttribute.TooltipAttribute
TooltipAttribute(string tooltip)
Definition
TooltipAttribute.cs:10
UnityEngine.TooltipAttribute
Definition
TooltipAttribute.cs:8
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:8
System
Definition
__ComObject.cs:4
UnityEngine
Definition
_AndroidJNIHelper.cs:6
source
UnityEngine.CoreModule
UnityEngine
TooltipAttribute.cs
Generated by
1.10.0