diff options
| author | Bernhard Liebl | 2017-11-01 21:49:39 +0100 |
|---|---|---|
| committer | Bernhard Liebl | 2017-11-21 09:11:39 +0100 |
| commit | 80ad8afc85a90e6fda1b136b13c1eb42e35c115e (patch) | |
| tree | bc145bc5c008a2abfa159f4d5437c8d0b8813aca /scene/gui/graph_edit.h | |
| parent | 5ff84070ca3604b43e86562a3d000ed924a604a2 (diff) | |
| download | godot-80ad8afc85a90e6fda1b136b13c1eb42e35c115e.tar.gz godot-80ad8afc85a90e6fda1b136b13c1eb42e35c115e.tar.zst godot-80ad8afc85a90e6fda1b136b13c1eb42e35c115e.zip | |
Diffstat (limited to 'scene/gui/graph_edit.h')
| -rw-r--r-- | scene/gui/graph_edit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/gui/graph_edit.h b/scene/gui/graph_edit.h index 4656b5013..e8e530848 100644 --- a/scene/gui/graph_edit.h +++ b/scene/gui/graph_edit.h @@ -179,6 +179,7 @@ public: bool is_valid_connection_type(int p_type, int p_with_type) const; void set_zoom(float p_zoom); + void set_zoom_custom(float p_zoom, const Vector2 &p_center); float get_zoom() const; GraphEditFilter *get_top_layer() const { return top_layer; } |
