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
|
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 9 of file TileDrawSorter.cs.