WeatherMakerLightManagerScriptAutoAddLights Field |
A list of lights to automatically add to the light manager. Only used if AutoFindLights is false.
Namespace:
DigitalRuby.WeatherMaker
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public List<Light> AutoAddLights
Public AutoAddLights As List(Of Light)
public:
List<Light^>^ AutoAddLights
val mutable AutoAddLights: List<Light>
Field Value
Type:
ListLightSee Also