private void Start()
 {
     m_World.Setup();
     if (lightEntireMap)
     {
         m_World.LightWorld();
     }
 }