You've already forked godot
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:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user