|
Terraria v1.4.4.9
Terraria source code documentation
|
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 | |
| TileTexPoint[] | tilesToDraw |
Private Member Functions | |
| void | IncreaseArraySize () |
Private Attributes | |
| int | _holderLength |
| int | _currentCacheIndex |
| CustomComparer | _tileComparer = new CustomComparer() |
Definition at line 6 of file TileDrawSorter.cs.