Ejemplo n.º 1
0
 public override void Init()
 {
     m_loader = new AsyncLoader();
     m_loader.Add(m_nextLayer);
     m_loader.LoadAll();
 }