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

Function bloom_get_delta_time

native/web/src/lib.rs:216–218  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

214
215#[wasm_bindgen]
216pub fn bloom_get_delta_time() -> f64 {
217 engine().delta_time
218}
219
220#[wasm_bindgen]
221pub fn bloom_get_fps() -> f64 {

Callers

nothing calls this directly

Calls 1

engineFunction · 0.70

Tested by

no test coverage detected