Module bevy_gizmos::light
source · Expand description
A module adding debug visualization of PointLight
s, SpotLight
s and DirectionalLight
s.
Structs§
- The
GizmoConfigGroup
used to configure the visualization of lights. - A
Plugin
that provides visualization ofPointLight
s,SpotLight
s andDirectionalLight
s for debugging. - Add this
Component
to an entity to draw any of its lights components (PointLight
,SpotLight
andDirectionalLight
).
Enums§
- Configures how a color is attributed to a light gizmo.