summaryrefslogtreecommitdiffstats
path: root/core/bind/core_bind.h
diff options
context:
space:
mode:
authorAndrea Catania <info@andreacatania.com>2020-01-13 17:53:10 +0100
committerAndrea Catania <info@andreacatania.com>2020-01-13 17:53:10 +0100
commit9c60502357b51b5b9736a245364e9035a143974a (patch)
tree0528b1b6bb9a399fd844f4b2b69594ee12f9663a /core/bind/core_bind.h
parent269eb5f06c8874e1257137eabe121d4501758ded (diff)
downloadredot-engine-9c60502357b51b5b9736a245364e9035a143974a.tar.gz
Exposed physics frame count and idle frame count
Diffstat (limited to 'core/bind/core_bind.h')
-rw-r--r--core/bind/core_bind.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/bind/core_bind.h b/core/bind/core_bind.h
index 7c5031cad4..65f20c375e 100644
--- a/core/bind/core_bind.h
+++ b/core/bind/core_bind.h
@@ -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();