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

◆ RenderRequestOutputSpace

Enumerator
ScreenSpace 
UV0 
UV1 
UV2 
UV3 
UV4 
UV5 
UV6 
UV7 
UV8 

Definition at line 473 of file Camera.cs.

474 {
475 // Token: 0x04000308 RID: 776
476 ScreenSpace = -1,
477 // Token: 0x04000309 RID: 777
478 UV0,
479 // Token: 0x0400030A RID: 778
480 UV1,
481 // Token: 0x0400030B RID: 779
482 UV2,
483 // Token: 0x0400030C RID: 780
484 UV3,
485 // Token: 0x0400030D RID: 781
486 UV4,
487 // Token: 0x0400030E RID: 782
488 UV5,
489 // Token: 0x0400030F RID: 783
490 UV6,
491 // Token: 0x04000310 RID: 784
492 UV7,
493 // Token: 0x04000311 RID: 785
494 UV8
495 }