A class that manages map preloading More...
Classes | |
class | MapLoadJob |
map loading job More... | |
Public Member Functions | |
MapLoadJob | GetOrAddJob (Common.Rom.Map map) |
void | Release () |
bool | Contains (Common.Rom.Map map) |
Public Attributes | |
int | processingCount |
List< MapLoadJob > | jobs = new List<MapLoadJob>() |
Static Public Attributes | |
const int | MAX_CACHE = 10 |
A class that manages map preloading
bool Yukar.Engine.MapLoadManager.Contains | ( | Common.Rom.Map | map | ) |
MapLoadJob Yukar.Engine.MapLoadManager.GetOrAddJob | ( | Common.Rom.Map | map | ) |
void Yukar.Engine.MapLoadManager.Release | ( | ) |
List<MapLoadJob> Yukar.Engine.MapLoadManager.jobs = new List<MapLoadJob>() |
|
static |
int Yukar.Engine.MapLoadManager.processingCount |