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
LightmapBakeType.cs
Go to the documentation of this file.
1using System;
2
3namespace UnityEngine
4{
5 // Token: 0x02000063 RID: 99
6 [Flags]
7 public enum LightmapBakeType
8 {
9 // Token: 0x0400023D RID: 573
10 Realtime = 4,
11 // Token: 0x0400023E RID: 574
12 Baked = 2,
13 // Token: 0x0400023F RID: 575
14 Mixed = 1
15 }
16}