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
LightType.cs
Go to the documentation of this file.
1using System;
2
3namespace UnityEngine
4{
5 // Token: 0x02000061 RID: 97
6 public enum LightType
7 {
8 // Token: 0x04000232 RID: 562
9 Spot,
10 // Token: 0x04000233 RID: 563
12 // Token: 0x04000234 RID: 564
13 Point,
14 // Token: 0x04000235 RID: 565
15 Area,
16 // Token: 0x04000236 RID: 566
17 Rectangle = 3,
18 // Token: 0x04000237 RID: 567
19 Disc
20 }
21}