Click or drag to resize
GameSceneLights Field
Lights manager of this scene. If you want to use a custom lights manager class you can override this object, just be sure to do this before loading the scene.

Namespace:  GeonBit.ECS
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public ILightsManager Lights

Field Value

Type: ILightsManager
See Also