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.
1using System;
2
3namespace 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
11 {
12 }
13
14 // Token: 0x06000286 RID: 646 RVA: 0x00005B10 File Offset: 0x00003D10
16 {
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}
class f__AnonymousType0<< Count > j__TPar
TextAreaAttribute(int minLines, int maxLines)