WeatherMakerLocationWeatherScriptElapsedTime Property |
Elapsed time - when it goes above UpdateRateSeconds, refreshes weather. Set to 9999.0f to force a refresh.
Namespace:
DigitalRuby.WeatherMaker
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic float ElapsedTime { get; }
Public ReadOnly Property ElapsedTime As Single
Get
public:
property float ElapsedTime {
float get ();
}
member ElapsedTime : float32 with get
Property Value
Type:
Single
See Also