terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches

◆ LightmapMixedBakeModes

Enumerator
None 
IndirectOnly 
Subtractive 
Shadowmask 

Definition at line 533 of file SupportedRenderingFeatures.cs.

534 {
535 [global::Cpp2ILInjected.Token(Token = "0x40004B4")]
536 None = 0,
537 [global::Cpp2ILInjected.Token(Token = "0x40004B5")]
538 IndirectOnly = 1,
539 [global::Cpp2ILInjected.Token(Token = "0x40004B6")]
540 Subtractive = 2,
541 [global::Cpp2ILInjected.Token(Token = "0x40004B7")]
542 Shadowmask = 4
543 }