Click or drag to resize

WeatherMakerProfileGroupScriptOverrideProfile Method

Override a profile with profile replacement, set null for parameters to not override

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static WeatherMakerProfileScript OverrideProfile(
	WeatherMakerProfileScript profile,
	WeatherMakerCloudProfileScript cloudProfile,
	WeatherMakerSkyProfileScript skyProfile,
	WeatherMakerAuroraProfileScript auroraProfile,
	WeatherMakerPrecipitationProfileScript precipitationProfile,
	WeatherMakerFullScreenFogProfileScript fogProfile,
	WeatherMakerWindProfileScript windProfile,
	WeatherMakerLightningProfileScript lightningProfile,
	WeatherMakerSoundProfileScript soundProfile,
	RangeOfFloats transitionDuration,
	RangeOfFloats holdDuration
)

Parameters

profile
Type: DigitalRuby.WeatherMakerWeatherMakerProfileScript
Profile to override
cloudProfile
Type: DigitalRuby.WeatherMakerWeatherMakerCloudProfileScript
Override clouds
skyProfile
Type: DigitalRuby.WeatherMakerWeatherMakerSkyProfileScript
Override sky
auroraProfile
Type: DigitalRuby.WeatherMakerWeatherMakerAuroraProfileScript
Override aurora
precipitationProfile
Type: DigitalRuby.WeatherMakerWeatherMakerPrecipitationProfileScript
Override precipitation
fogProfile
Type: DigitalRuby.WeatherMakerWeatherMakerFullScreenFogProfileScript
Override fog
windProfile
Type: DigitalRuby.WeatherMakerWeatherMakerWindProfileScript
Override wind
lightningProfile
Type: DigitalRuby.WeatherMakerWeatherMakerLightningProfileScript
Override lightning
soundProfile
Type: DigitalRuby.WeatherMakerWeatherMakerSoundProfileScript
Override sounds
transitionDuration
Type: DigitalRuby.WeatherMakerRangeOfFloats
Override transition duration
holdDuration
Type: DigitalRuby.WeatherMakerRangeOfFloats
Override hold duration

Return Value

Type: WeatherMakerProfileScript
Overriden profile
See Also