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

Function bloom_scene_set_cast_shadow

native/ios/src/lib.rs:2558–2560  ·  view source on GitHub ↗
(handle: f64, cast: f64)

Source from the content-addressed store, hash-verified

2556
2557#[no_mangle]
2558pub extern "C" fn bloom_scene_set_cast_shadow(handle: f64, cast: f64) {
2559 engine().scene.set_cast_shadow(handle, cast != 0.0);
2560}
2561
2562#[no_mangle]
2563pub extern "C" fn bloom_scene_set_receive_shadow(handle: f64, receive: f64) {

Callers 1

setSceneNodeCastShadowFunction · 0.50

Calls 2

set_cast_shadowMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected