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

◆ SimpleSamplerMarkers

Enumerator
Update 
UpdateNPCs 
UpdateWorld 
UpdateLiquid 
UpdateOverground 
UpdateUnderground 
UpdatePlayers 
Draw 
DrawTiles 
DrawBatch 
SpriteBatchDraw 

Definition at line 4 of file SimpleSamplerMarkers.cs.

5{
6 // Token: 0x04001F96 RID: 8086
7 Update,
8 // Token: 0x04001F97 RID: 8087
10 // Token: 0x04001F98 RID: 8088
12 // Token: 0x04001F99 RID: 8089
14 // Token: 0x04001F9A RID: 8090
16 // Token: 0x04001F9B RID: 8091
18 // Token: 0x04001F9C RID: 8092
20 // Token: 0x04001F9D RID: 8093
21 Draw,
22 // Token: 0x04001F9E RID: 8094
24 // Token: 0x04001F9F RID: 8095
26 // Token: 0x04001FA0 RID: 8096
28}