Exemplo n.º 1
0
        public void CheckAssets()
        {
            worldTerrain.CheckAssets();
            ocean.CheckAssets();
            skybox.CheckAssets();
            fog.CheckAssets();
            ambientLight.CheckAssets();
            directionalLight.CheckAssets();

            foreach (IWorldObject child in worldCollections)
            {
                child.CheckAssets();
            }
        }