Click or drag to resize

WeatherMakerLightManagerScriptAddLight Method

Add a light, unless AutoFindLights is true

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public bool AddLight(
	Light l
)

Parameters

l
Type: Light
Light to add

Return Value

Type: Boolean
True if light added, false if not
See Also