Logo
Classes | Public Member Functions | Public Attributes | Static Public Attributes | List of all members
Yukar.Engine.MapLoadManager Class Reference

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< MapLoadJobjobs = new List<MapLoadJob>()
 

Static Public Attributes

const int MAX_CACHE = 10
 

Detailed Description

A class that manages map preloading

Member Function Documentation

◆ Contains()

bool Yukar.Engine.MapLoadManager.Contains ( Common.Rom.Map  map)

◆ GetOrAddJob()

MapLoadJob Yukar.Engine.MapLoadManager.GetOrAddJob ( Common.Rom.Map  map)

◆ Release()

void Yukar.Engine.MapLoadManager.Release ( )

Member Data Documentation

◆ jobs

List<MapLoadJob> Yukar.Engine.MapLoadManager.jobs = new List<MapLoadJob>()

◆ MAX_CACHE

const int Yukar.Engine.MapLoadManager.MAX_CACHE = 10
static

◆ processingCount

int Yukar.Engine.MapLoadManager.processingCount