MCPcopy Create free account
hub / github.com/K0bin/SourceRenderer / extract_point_lights

Function extract_point_lights

engine/src/renderer/renderer_plugin.rs:377–409  ·  view source on GitHub ↗
(
    mut events: EventWriter<AppExit>,
    renderer: RendererResourceAccessor,
    point_lights: Query<(Entity, Ref<PointLightComponent>, Ref<InterpolatedTransform>)>,
    mut removed_point_lights: R

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 6

register_point_lightMethod · 0.80
writeMethod · 0.80
as_refMethod · 0.45
update_transformMethod · 0.45
readMethod · 0.45

Tested by

no test coverage detected