Frame management.
More...
◆ frame_begin()
Begin frame.
Calls to frame_begin() must always be followed by frame_end().
- Parameters
-
| delta_time | Time elapsed since the last frame. |
- Returns
- The provided delta_time, or measured time if 0 was provided.
- See also
- ecs_frame_begin()
Definition at line 10 of file impl.hpp.
◆ frame_end()
| void flecs::world::frame_end |
( |
| ) |
const |
|
related |
◆ quit()
| void flecs::world::quit |
( |
| ) |
const |
|
related |
◆ reset_clock()
| void flecs::world::reset_clock |
( |
| ) |
const |
|
related |
◆ run_post_frame()
◆ set_target_fps()
| void flecs::world::set_target_fps |
( |
ecs_ftime_t | target_fps | ) |
const |
|
related |
◆ set_time_scale()
| void flecs::world::set_time_scale |
( |
ecs_ftime_t | mul | ) |
const |
|
related |
◆ should_quit()
| bool flecs::world::should_quit |
( |
| ) |
const |
|
related |