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

◆ LightmapMixedBakeModes

Enumerator
None 
IndirectOnly 
Subtractive 
Shadowmask 

Definition at line 461 of file SupportedRenderingFeatures.cs.

462 {
463 // Token: 0x040004B4 RID: 1204
464 None = 0,
465 // Token: 0x040004B5 RID: 1205
466 IndirectOnly = 1,
467 // Token: 0x040004B6 RID: 1206
468 Subtractive = 2,
469 // Token: 0x040004B7 RID: 1207
470 Shadowmask = 4
471 }