WeatherMakerScriptIntensityModifierDictionary Field |
Allows adding additional weather intensity modifiers by key. Note that setting any values in here will override the external intensity
on any built in weather maker particle system scripts.
Namespace:
DigitalRuby.WeatherMaker
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax [NonSerializedAttribute]
public readonly Dictionary<string, float> IntensityModifierDictionary
<NonSerializedAttribute>
Public ReadOnly IntensityModifierDictionary As Dictionary(Of String, Single)
public:
[NonSerializedAttribute]
initonly Dictionary<String^, float>^ IntensityModifierDictionary
[<NonSerializedAttribute>]
val IntensityModifierDictionary: Dictionary<string, float32>
Field Value
Type:
DictionaryString,
SingleSee Also