WeatherMakerDayNightCycleProfileScriptUpdateFromProfile Method |
Update day night cycle using profile settings and light manager state
Namespace:
DigitalRuby.WeatherMaker
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public void UpdateFromProfile(
bool updateTimeOfDay
)
Public Sub UpdateFromProfile (
updateTimeOfDay As Boolean
)
public:
void UpdateFromProfile(
bool updateTimeOfDay
)
member UpdateFromProfile :
updateTimeOfDay : bool -> unit
Parameters
- updateTimeOfDay
- Type: SystemBoolean
[Missing <param name="updateTimeOfDay"/> documentation for "M:DigitalRuby.WeatherMaker.WeatherMakerDayNightCycleProfileScript.UpdateFromProfile(System.Boolean)"]
See Also