|
Elin Decompiled Documentation EA 23.344.1 Nightly
|
Public Member Functions | |
| void | SetUsedSequence (int linear, int span) |
| void | AddRows (int n) |
Public Attributes | |
| bool[] | used |
| int | cols |
| int | rows |
Definition at line 20 of file TileManager.cs.
|
inline |
Definition at line 40 of file TileManager.cs.
References TileManager.Grid.cols, TileManager.Grid.rows, and TileManager.Grid.used.
|
inline |
Definition at line 28 of file TileManager.cs.
References TileManager.Grid.used.
Referenced by TileManager.AllocateRect(), and TileManager.SetBuiltinSequence().
| int TileManager.Grid.cols |
Definition at line 24 of file TileManager.cs.
Referenced by TileManager.Grid.AddRows(), TileManager.AllocateRect(), TileManager.CheckUsedPx(), TileManager.IsRectFree(), TileManager.SetBuiltinSequence(), and TileManager.TryAddRows().
| int TileManager.Grid.rows |
Definition at line 26 of file TileManager.cs.
Referenced by TileManager.Grid.AddRows(), TileManager.AllocateRect(), TileManager.BuildGrid(), TileManager.CheckUsedPx(), and TileManager.TryAddRows().
| bool [] TileManager.Grid.used |
Definition at line 22 of file TileManager.cs.
Referenced by TileManager.Grid.AddRows(), TileManager.CheckUsedPx(), TileManager.IsRectFree(), and TileManager.Grid.SetUsedSequence().