Click or drag to resize
ILightsManagerRemoveLight Method
Remove a light source from 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 RemoveLight(
	LightSource light
)

Parameters

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