public void SetData(WeatherGlobalPropertyData data)
 {
     Rain.SetFloat(data.RainIntensity);
     Snow.SetFloat(data.SnowIntensity);
 }