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

Enumerator
Spot 
Directional 
Point 
Area 
Rectangle 
Disc 

Definition at line 6 of file LightType.cs.

7 {
8 // Token: 0x04000232 RID: 562
9 Spot,
10 // Token: 0x04000233 RID: 563
11 Directional,
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 }