using System; namespace UnityEngine.AzureSky { [Serializable] public sealed class AzureGlobalWeather { public AzureWeatherProfile profile; public float transitionLength; } }