WeatherMakerLightManagerScriptMaximumLightCount Field |
Maximum number of lights to send to the Weather Maker shaders - reduce if you are having performance problems
This should match the constant 'MAX_LIGHT_COUNT' in WeatherMakerLightShaderInclude.cginc
Namespace:
DigitalRuby.WeatherMaker
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public const int MaximumLightCount = 16
Public Const MaximumLightCount As Integer = 16
public:
literal int MaximumLightCount = 16
static val mutable MaximumLightCount: int
Field Value
Type:
Int32See Also