WeatherMakerDayNightCycleManagerScriptTimeOfDay Property |
Get / set the time of day in seconds, 0 to 86400
Namespace:
DigitalRuby.WeatherMaker
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public float TimeOfDay { get; set; }
Public Property TimeOfDay As Single
Get
Set
public:
property float TimeOfDay {
float get ();
void set (float value);
}
member TimeOfDay : float32 with get, set
Property Value
Type:
SingleSee Also