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

Function bloom_scene_set_receive_shadow

native/ios/src/lib.rs:2563–2565  ·  view source on GitHub ↗
(handle: f64, receive: f64)

Source from the content-addressed store, hash-verified

2561
2562#[no_mangle]
2563pub extern "C" fn bloom_scene_set_receive_shadow(handle: f64, receive: f64) {
2564 engine().scene.set_receive_shadow(handle, receive != 0.0);
2565}
2566
2567#[no_mangle]
2568pub extern "C" fn bloom_scene_set_parent(handle: f64, parent: f64) {

Callers 1

Calls 2

set_receive_shadowMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected