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