Click or drag to resize

WaitForSecondsLightning Class

Coroutine for lightning delays
Inheritance Hierarchy
SystemObject
  CustomYieldInstruction
    DigitalRuby.WeatherMakerWaitForSecondsLightning

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class WaitForSecondsLightning : CustomYieldInstruction

The WaitForSecondsLightning type exposes the following members.

Constructors
  NameDescription
Public methodWaitForSecondsLightning
Constructor
Top
Properties
  NameDescription
Public propertyCurrent (Inherited from CustomYieldInstruction.)
Public propertykeepWaiting
Whether to keep waiting
(Overrides CustomYieldInstruction.keepWaiting.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodMoveNext (Inherited from CustomYieldInstruction.)
Public methodReset (Inherited from CustomYieldInstruction.)
Public methodToString (Inherited from Object.)
Top
See Also