diff options
| author | Manuel Moos | 2018-02-11 00:03:31 +0100 |
|---|---|---|
| committer | Manuel Moos | 2018-04-09 22:27:29 +0200 |
| commit | d5abd4eb750387c95d1040e7613f98bd816c58bb (patch) | |
| tree | b69b6829a61b4573b9bfaacac8ab91af547aa79a /core/bind/core_bind.h | |
| parent | ca1312dbe95b885786b541220857039f4411bcaa (diff) | |
| download | godot-d5abd4eb750387c95d1040e7613f98bd816c58bb.tar.gz godot-d5abd4eb750387c95d1040e7613f98bd816c58bb.tar.zst godot-d5abd4eb750387c95d1040e7613f98bd816c58bb.zip | |
Diffstat (limited to 'core/bind/core_bind.h')
| -rw-r--r-- | core/bind/core_bind.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/bind/core_bind.h b/core/bind/core_bind.h index c40abd51f..ad619b56c 100644 --- a/core/bind/core_bind.h +++ b/core/bind/core_bind.h @@ -668,6 +668,9 @@ public: void set_iterations_per_second(int p_ips); int get_iterations_per_second() const; + void set_physics_jitter_fix(float p_threshold); + float get_physics_jitter_fix() const; + void set_target_fps(int p_fps); int get_target_fps() const; |
