| WeatherMakerLightManagerScriptRemoveLight Method  | 
 
            Remove a light, unless AutoFindLights is true
            
 
    Namespace: 
   DigitalRuby.WeatherMaker
    Assembly:
   Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
 Syntax
Syntaxpublic bool RemoveLight(
	Light light
)
Public Function RemoveLight ( 
	light As Light
) As Boolean
public:
bool RemoveLight(
	Light^ light
)
member RemoveLight : 
        light : Light -> bool 
Parameters
- light
- Type: Light
 [Missing <param name="light"/> documentation for "M:DigitalRuby.WeatherMaker.WeatherMakerLightManagerScript.RemoveLight(UnityEngine.Light)"] 
Return Value
Type: 
BooleanTrue if light removed, false if not
 See Also
See Also