Click or drag to resize

IntensityScriptableObject Class

A scriptable object that has associated intensity data
Inheritance Hierarchy
SystemObject
  Object
    ScriptableObject
      WeatherSystem.InternalIntensityScriptableObject
        WeatherSystemWeatherEvent
        WeatherSystemWeatherSet

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

The IntensityScriptableObject type exposes the following members.

Constructors
  NameDescription
Public methodIntensityScriptableObject
Initializes a new instance of the IntensityScriptableObject class
Top
Properties
  NameDescription
Public propertyhideFlags (Inherited from Object.)
Public propertyIntensity
Shortcut for IntensityData.intensity
Public propertyIntensityData
The intensity data of this weather event at this instance
Public propertyname (Inherited from Object.)
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