terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Classes | |
class | CustomComparer |
struct | TileTexPoint |
Public Member Functions | |
TileDrawSorter () | |
void | reset () |
void | Cache (int x, int y, int type) |
void | Sort () |
int | GetAmountToDraw () |
Public Attributes | |
TileDrawSorter.TileTexPoint[] | tilesToDraw |
Private Member Functions | |
void | IncreaseArraySize () |
Private Attributes | |
int | _holderLength |
int | _currentCacheIndex |
TileDrawSorter.CustomComparer | _tileComparer |
Definition at line 7 of file TileDrawSorter.cs.