Click or drag to resize
GraphicsManagerActiveLightsManager Property
Manage lights and serve them to materials. This object holds the currently active lights manager, given by the scene.

Namespace:  GeonBit.Core.Graphics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static ILightsManager ActiveLightsManager { get; }

Property Value

Type: ILightsManager
See Also