Click or drag to resize

EventSequenceItem Class

An item to be used in a sequence of WeatherEvents
Inheritance Hierarchy
SystemObject
  WeatherSystem.InternalEventSequenceItem

Namespace:  WeatherSystem.Internal
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
[SerializableAttribute]
public class EventSequenceItem

The EventSequenceItem type exposes the following members.

Constructors
  NameDescription
Public methodEventSequenceItem
Initializes a new instance of the EventSequenceItem class
Top
Fields
  NameDescription
Public fieldintensityOverTime
The intensity of the weather event over the course of this sequence item
Public fieldtime
The time this part of the sequence should be active
Public fieldtransitionTime
The time that should be taken to transition from this part of the sequence to the next
Public fieldweatherEvent
The weather event for this point in the sequence
Top
See Also