WeatherMakerOverlayProfileScriptBaseExternalIntensityFunction Property |
Overlay function to get external intensity, such as from the snow script, null for none
Namespace:
DigitalRuby.WeatherMaker
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public Func<float> ExternalIntensityFunction { get; set; }
Public Property ExternalIntensityFunction As Func(Of Single)
Get
Set
public:
property Func<float>^ ExternalIntensityFunction {
Func<float>^ get ();
void set (Func<float>^ value);
}
member ExternalIntensityFunction : Func<float32> with get, set
Property Value
Type:
FuncSingleSee Also