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

Method get_time

native/shared/src/engine.rs:183–183  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

181
182 pub fn get_fps(&self) -> f64 { self.current_fps }
183 pub fn get_time(&self) -> f64 { self.start_time.elapsed().as_secs_f64() }
184 pub fn screen_width(&self) -> f64 { self.renderer.width() as f64 }
185 pub fn screen_height(&self) -> f64 { self.renderer.height() as f64 }
186}

Callers 10

bloom_get_timeFunction · 0.80
bloom_get_timeFunction · 0.80
bloom_get_timeFunction · 0.80
bloom_get_timeFunction · 0.80
bloom_screenshot_captureFunction · 0.80
end_frameMethod · 0.80
bloom_get_timeFunction · 0.80
bloom_screenshot_captureFunction · 0.80
bloom_get_timeFunction · 0.80
bloom_get_timeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected