Exemplo n.º 1
0
 public void UpdateWeatherData(float time)
 {
     GlobalProperty.UpdateByTime(time);
     Ambient.UpdateByTime(time);
     Skybox.UpdateByTime(time);
     Particle.UpdateByTime(time);
 }