WeatherMakerConfigurationScriptFogChanged Method |
Fog change
Namespace:
DigitalRuby.WeatherMaker
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public void FogChanged(
bool val
)
Public Sub FogChanged (
val As Boolean
)
public:
void FogChanged(
bool val
)
member FogChanged :
val : bool -> unit
Parameters
- val
- Type: SystemBoolean
New value
See Also