Click or drag to resize

ProceduralWeatherLookupOnBeforeSerialize Method

Callback called prior to serialization to allow the object to transfer the internal dictionary values to lists as Unity's serialization doesn't support generic (double)dictionary objects

Namespace:  WeatherSystem
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public void OnBeforeSerialize()

Implements

ISerializationCallbackReceiver.OnBeforeSerialize
See Also