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
|
Private Types | |
enum | DrawTask { None , DrawTask_DrawTiles , DrawTask_DrawWalls , LightingNew_ExportToMiniMap , LightMap_BlurPass1 , LightMap_BlurPass2 , Background_RockLayer , Background_MagmaLayer , Background_CurrentLayer , TileScanner_ExportTo } |
Private Attributes | |
ThreadedRenderManager.RenderThreadInstance.DrawTask | _task |
AutoResetEvent | startEvent |
Microsoft.Xna.Framework.Vector2 | _screenPosition |
Microsoft.Xna.Framework.Vector2 | _offSet |
int | _firstTileX |
int | _firstTileY |
int | _lastTileX |
int | _lastTileY |
bool | _solidLayer |
bool | _forRenderTargets |
bool | _intoRenderTargets |
int | _waterStyleOverride |
int | _scannerTileX |
int | _scannerTileY |
LocalUserGameState | state |
int | _index |
int | _diff |
Definition at line 207 of file ThreadedRenderManager.cs.