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
)
Public Function AddLight (
l As Light
) As Boolean
public:
bool AddLight(
Light^ l
)
member AddLight :
l : Light -> bool
Parameters
- l
- Type: Light
Light to add
Return Value
Type:
BooleanTrue if light added, false if not
See Also