Click or drag to resize

WeatherMakerWeatherZoneScript Fields

The WeatherMakerWeatherZoneScript type exposes the following members.

Fields
  NameDescription
Public fieldAuroraProfile
Override aurora profile (set to null to not override)
Public fieldCloudProfile
Override cloud profile (set to null to not override)
Public fieldFogProfile
Override fog profile (set to null to not override)
Public fieldHoldDuration
(Seconds) override random duration for profiles to hold before transition to another profile (set to 0 to not override)
Public fieldLastLocalProfile
The most recent local player weather profile name
Public fieldLightningProfile
Override lightning profile (set to null to not override)
Public fieldPrecipitationProfile
Override precipitation profile (set to null to not override)
Public fieldPreviousLastLocalProfile
The most recent local player previous weather profile name
Public fieldProfileGroup
Ignored if SingleProfile is not null, otherwise this is the weather profile group for this weather zone. The collider (which must be a trigger) is used to determine whether this profile group is activated.
Public fieldSingleProfile
A single weather profile for this weather zone. If null, ProfileGroup is used. If you are using SingleProfile, you must manually change this field to change the weather. If you want automatic weather, use ProfileGroup instead. The collider (which must be a trigger) is used to determine whether this profile is activated.
Public fieldSkyProfile
Override sky profile (set to null to not override)
Public fieldSoundProfile
Override sound profile (set to null to not override)
Public fieldTransitionDuration
(Seconds) override random duration for profiles to transition in (set to 0 to not override)
Public fieldTransitionDurationMultiplier
The transition duration multiplier when entering this weather zone from another zone. This helps speed up the transition to the new weather zone, such as coming from a blizzard to a more temperate weather zone.
Public fieldWindProfile
Override wind profile (set to null to not override)
Top
See Also