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

Function bloom_scene_set_cast_shadow

native/android/src/lib.rs:2157–2159  ·  view source on GitHub ↗
(handle: f64, cast: f64)

Source from the content-addressed store, hash-verified

2155
2156#[no_mangle]
2157pub extern "C" fn bloom_scene_set_cast_shadow(handle: f64, cast: f64) {
2158 engine().scene.set_cast_shadow(handle, cast != 0.0);
2159}
2160
2161#[no_mangle]
2162pub extern "C" fn bloom_scene_set_material_color(handle: f64, r: f64, g: f64, b: f64, a: f64) {

Callers

nothing calls this directly

Calls 2

set_cast_shadowMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected