WeatherMakerScriptHasHadWeatherTransition Property |
Whether we have had a weather transition, if not first transition is instant
Namespace:
DigitalRuby.WeatherMaker
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public bool HasHadWeatherTransition { get; set; }
Public Property HasHadWeatherTransition As Boolean
Get
Set
public:
property bool HasHadWeatherTransition {
bool get ();
void set (bool value);
}
member HasHadWeatherTransition : bool with get, set
Property Value
Type:
BooleanSee Also