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
)
Public Shared Function OverrideProfile (
profile As WeatherMakerProfileScript,
cloudProfile As WeatherMakerCloudProfileScript,
skyProfile As WeatherMakerSkyProfileScript,
auroraProfile As WeatherMakerAuroraProfileScript,
precipitationProfile As WeatherMakerPrecipitationProfileScript,
fogProfile As WeatherMakerFullScreenFogProfileScript,
windProfile As WeatherMakerWindProfileScript,
lightningProfile As WeatherMakerLightningProfileScript,
soundProfile As WeatherMakerSoundProfileScript,
transitionDuration As RangeOfFloats,
holdDuration As RangeOfFloats
) As WeatherMakerProfileScript
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
)
static member OverrideProfile :
profile : WeatherMakerProfileScript *
cloudProfile : WeatherMakerCloudProfileScript *
skyProfile : WeatherMakerSkyProfileScript *
auroraProfile : WeatherMakerAuroraProfileScript *
precipitationProfile : WeatherMakerPrecipitationProfileScript *
fogProfile : WeatherMakerFullScreenFogProfileScript *
windProfile : WeatherMakerWindProfileScript *
lightningProfile : WeatherMakerLightningProfileScript *
soundProfile : WeatherMakerSoundProfileScript *
transitionDuration : RangeOfFloats *
holdDuration : RangeOfFloats -> WeatherMakerProfileScript
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:
WeatherMakerProfileScriptOverriden profile
See Also