(handle: f64, parent: f64)
| 2181 | |
| 2182 | #[no_mangle] |
| 2183 | pub extern "C" fn bloom_scene_set_parent(handle: f64, parent: f64) { |
| 2184 | engine().scene.set_parent(handle, parent); |
| 2185 | } |
| 2186 | |
| 2187 | #[no_mangle] |
| 2188 | pub extern "C" fn bloom_scene_set_receive_shadow(handle: f64, receive: f64) { |
nothing calls this directly
no test coverage detected