Click or drag to resize

WeatherSet Class

A scriptable object for managing WeatherEvents
Inheritance Hierarchy
SystemObject
  Object
    ScriptableObject
      WeatherSystem.InternalIntensityScriptableObject
        WeatherSystemWeatherSet

Namespace:  WeatherSystem
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public class WeatherSet : IntensityScriptableObject

The WeatherSet type exposes the following members.

Constructors
  NameDescription
Public methodWeatherSet
Initializes a new instance of the WeatherSet class
Top
Properties
  NameDescription
Public propertyhideFlags (Inherited from Object.)
Public propertyIntensity
Shortcut for IntensityData.intensity
(Inherited from IntensityScriptableObject.)
Public propertyIntensityData
The intensity data of this weather event at this instance
(Inherited from IntensityScriptableObject.)
Public propertyname (Inherited from Object.)
Public propertyWeatherEvents
The weather events in this WeatherSet
Public propertyWeatherEventsList
The weather events in this WeatherSet arranged into a list
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetInstanceID (Inherited from Object.)
Public methodSetDirty Obsolete. (Inherited from ScriptableObject.)
Public methodToString (Inherited from Object.)
Top
See Also