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
TextAreaAttribute.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
UnityEngine
4
{
5
// Token: 0x02000090 RID: 144
6
[
AttributeUsage
(
AttributeTargets
.Field, Inherited =
true
, AllowMultiple =
false
)]
7
public
sealed
class
TextAreaAttribute
:
PropertyAttribute
8
{
9
// Token: 0x06000285 RID: 645 RVA: 0x00005AFC File Offset: 0x00003CFC
10
public
TextAreaAttribute
()
11
{
12
}
13
14
// Token: 0x06000286 RID: 646 RVA: 0x00005B10 File Offset: 0x00003D10
15
public
TextAreaAttribute
(
int
minLines
,
int
maxLines
)
16
{
17
this.minLines
=
minLines
;
18
}
19
20
// Token: 0x04000328 RID: 808
21
public
readonly
int
minLines
;
22
23
// Token: 0x04000329 RID: 809
24
public
readonly
int
maxLines
;
25
}
26
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
UnityEngine.PropertyAttribute
Definition
PropertyAttribute.cs:8
UnityEngine.TextAreaAttribute.TextAreaAttribute
TextAreaAttribute(int minLines, int maxLines)
Definition
TextAreaAttribute.cs:15
UnityEngine.TextAreaAttribute.minLines
readonly int minLines
Definition
TextAreaAttribute.cs:21
UnityEngine.TextAreaAttribute.maxLines
readonly int maxLines
Definition
TextAreaAttribute.cs:24
UnityEngine.TextAreaAttribute.TextAreaAttribute
TextAreaAttribute()
Definition
TextAreaAttribute.cs:10
UnityEngine.TextAreaAttribute
Definition
TextAreaAttribute.cs:8
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:8
System
Definition
__ComObject.cs:4
UnityEngine
Definition
_AndroidJNIHelper.cs:6
source
UnityEngine.CoreModule
UnityEngine
TextAreaAttribute.cs
Generated by
1.10.0