Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bloom-Engine/engine
/ getDeltaTime
Function
getDeltaTime
src/core/index.ts:548–550 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
546
}
547
548
export
function
getDeltaTime(): number {
549
return
bloom_get_delta_time();
550
}
551
552
export
function
getFPS(): number {
553
return
bloom_get_fps();
Callers
15
main.ts
File · 0.90
main.ts
File · 0.90
main.ts
File · 0.90
main.ts
File · 0.90
main.ts
File · 0.90
main.ts
File · 0.90
main.ts
File · 0.90
main.ts
File · 0.90
main.ts
File · 0.90
main.ts
File · 0.90
main.ts
File · 0.90
main.ts
File · 0.90
Calls
1
bloom_get_delta_time
Function · 0.50
Tested by
no test coverage detected