Click or drag to resize

WeatherPropertiesEvaluateIntensityData Method

Calculates the intensity that would be passed to a weather property (NOT a reliant weather property) and returns the result

Namespace:  WeatherSystem
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public virtual Nullable<float> EvaluateIntensityData(
	WeatherProperty evaluationProperty,
	AnimationCurve[] intensityCurves,
	float intensity
)

Parameters

evaluationProperty
Type: WeatherSystemWeatherProperty
The property to evaluate the intensity against
intensityCurves
Type: AnimationCurve
The curves used for evaluation
intensity
Type: SystemSingle
The intensity data to evaluate

Return Value

Type: NullableSingle
The evaluated intensity if the weather property is in this set, null otherwise
See Also