Exemplo n.º 1
0
        public void ChooseAtmosphereSeriesRandomly()
        {
            ConfigAtmosphereSeries config = ConfigAtmosphereSeries.LoadFromFileAndDetach(AtmosphereSeriesData.GetPathRandomly());
            int sceneIdRandomly           = config.GetSceneIdRandomly();

            this.ChooseCloudScene(config, sceneIdRandomly);
        }