Click or drag to resize

WeatherMakerProfileAndWeight Class

Contains a weather profile and the weight for that profile
Inheritance Hierarchy
SystemObject
  DigitalRuby.WeatherMakerWeatherMakerProfileAndWeight

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
[SerializableAttribute]
public class WeatherMakerProfileAndWeight

The WeatherMakerProfileAndWeight type exposes the following members.

Constructors
  NameDescription
Public methodWeatherMakerProfileAndWeight
Initializes a new instance of the WeatherMakerProfileAndWeight class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetProfile
Get a profile, adding in any overrides and cloning if needed
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
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 profile to hold before transition to another profile, set to 0 to use the profile group transition duration.
Public fieldLightningProfile
Override lightning profile (set to null to not override)
Public fieldName
Profile name
Public fieldPrecipitationProfile
Override precipitation profile (set to null to not override)
Public fieldProfile
Profile settings
Public fieldSkyProfile
Override sky profile (set to null to not override)
Public fieldSoundProfile
Override sound profile (set null to not override)
Public fieldTransitionDuration
(Seconds) Override random duration for profile to transition in, set to 0 to use the profile group transition duration.
Public fieldWeight
Weight
Public fieldWindProfile
Override wind profile (set to null to not override)
Top
See Also