MCPcopy Create free account
hub / github.com/Bloom-Engine/engine / clear_lights

Function clear_lights

native/watchos/src/scene.rs:335–337  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

333}
334
335pub fn clear_lights() {
336 with(|inner| inner.lights.clear());
337}
338
339pub fn node_count() -> usize {
340 with(|inner| inner.nodes.iter().filter(|n| n.is_some()).count())

Callers

nothing calls this directly

Calls 2

withFunction · 0.85
clearMethod · 0.45

Tested by

no test coverage detected