1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Exposed physics frame count and idle frame count

This commit is contained in:
Andrea Catania
2020-01-13 17:53:10 +01:00
parent 269eb5f06c
commit 9c60502357
2 changed files with 14 additions and 0 deletions

View File

@@ -747,6 +747,8 @@ public:
int get_target_fps() const;
float get_frames_per_second() const;
uint64_t get_physics_frames() const;
uint64_t get_idle_frames() const;
int get_frames_drawn();