Ejemplo n.º 1
0
 public LoaderBase(LoadStrategy strategy)
 {
     this.m_strategy     = strategy;
     this.m_queueLoading = new Queue <AssetDataProxy>();
     this.m_loadingWork  = 0;
 }
Ejemplo n.º 2
0
 public WWWLoader(LoadStrategy strategy) : base(strategy)
 {
 }
Ejemplo n.º 3
0
 public HTTPLoader(LoadStrategy strategy) : base(strategy)
 {
 }