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

Function bloom_get_delta_time

native/ios/src/lib.rs:763–763  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

761
762#[no_mangle]
763pub extern "C" fn bloom_get_delta_time() -> f64 { engine().delta_time }
764
765#[no_mangle]
766pub extern "C" fn bloom_get_fps() -> f64 { engine().get_fps() }

Callers 1

getDeltaTimeFunction · 0.50

Calls 1

engineFunction · 0.70

Tested by

no test coverage detected