|
| WorldSections (int numSectionsX, int numSectionsY) |
|
void | ClearMapDraw () |
|
bool | GetNextMapDraw (Vector2 playerPos, out int x, out int y) |
|
bool | GetNextTileFrame (Vector2 playerPos, out int x, out int y) |
|
bool | MapSectionDrawn (int x, int y) |
|
void | MapSectionDrawn (int x, int y, bool value) |
|
bool | SectionFramed (int x, int y) |
|
void | SectionFramed (int x, int y, bool value) |
|
bool | SectionLoaded (int x, int y) |
|
void | SectionLoaded (int x, int y, bool value) |
|
void | SetAllFramesLoaded () |
|
void | SetSectionFramed (int x, int y) |
|
void | SetSectionLoaded (int x, int y) |
|
void | SetTilesLoaded (int startX, int startY, int endXInclusive, int endYInclusive) |
|
bool | TileLoaded (int tileX, int tileY) |
|
bool | TilesLoaded (int startX, int startY, int endXInclusive, int endYInclusive) |
|