Click or drag to resize
LightSpriteBaselinearFalloff Field
Linear falloff works in conjunction with constantFalloff and quadraticFalloff to determine how this light source extends over distance.

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public float linearFalloff

Field Value

Type: Single
Remarks
The sum of these 3 values should be about 1.0. Lower values extend more light and higher values extend less light. Google Constant Linear Quadratic Lighting Falloff for details.
See Also