Type Alias WithLight

Source
pub type WithLight = Or<(With<PointLight>, With<SpotLight>, With<DirectionalLight>)>;
Expand description

A convenient alias for Or<(With<PointLight>, With<SpotLight>, With<DirectionalLight>)>, for use with bevy_render::view::VisibleEntities.

Aliased Typeยง

struct WithLight(/* private fields */);