GeonBit Documentation
GeonBit Documentation
GeonBit
GeonBit.Core.Graphics.Lights
ILightsManager Interface
ILightsManager Methods
AddLight Method
GetLights Method
RemoveLight Method
UpdateLightTransform Method
ILightsManager
RemoveLight 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#
Copy
void
RemoveLight
(
LightSource
light
)
Parameters
light
Type:
GeonBit.Core.Graphics.Lights
LightSource
Light to remove.
See Also
Reference
ILightsManager Interface
GeonBit.Core.Graphics.Lights Namespace
GeonBit ECS game Engine. By Ronen Ness, 2017.
Send comments on this topic to
ronenness@gmail.com