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

◆ RenderRequestOutputSpace

Enumerator
ScreenSpace 
UV0 
UV1 
UV2 
UV3 
UV4 
UV5 
UV6 
UV7 
UV8 

Definition at line 731 of file Camera.cs.

732 {
733 [global::Cpp2ILInjected.Token(Token = "0x4000308")]
734 ScreenSpace = -1,
735 [global::Cpp2ILInjected.Token(Token = "0x4000309")]
736 UV0,
737 [global::Cpp2ILInjected.Token(Token = "0x400030A")]
738 UV1,
739 [global::Cpp2ILInjected.Token(Token = "0x400030B")]
740 UV2,
741 [global::Cpp2ILInjected.Token(Token = "0x400030C")]
742 UV3,
743 [global::Cpp2ILInjected.Token(Token = "0x400030D")]
744 UV4,
745 [global::Cpp2ILInjected.Token(Token = "0x400030E")]
746 UV5,
747 [global::Cpp2ILInjected.Token(Token = "0x400030F")]
748 UV6,
749 [global::Cpp2ILInjected.Token(Token = "0x4000310")]
750 UV7,
751 [global::Cpp2ILInjected.Token(Token = "0x4000311")]
752 UV8
753 }