Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]
216
pub fn bloom_get_delta_time() -> f64 {
217
engine().delta_time
218
}
219
220
#[wasm_bindgen]
221
pub fn bloom_get_fps() -> f64 {
Callers
nothing calls this directly
Calls
1
engine
Function · 0.70
Tested by
no test coverage detected