Click or drag to resize
ILightsManagerAddLight Method
Add a light source to the lights manager.

Namespace:  GeonBit.Core.Graphics.Lights
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
void AddLight(
	LightSource light
)

Parameters

light
Type: GeonBit.Core.Graphics.LightsLightSource
Light to add.
See Also