mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Add get_connection_list_from_node
This commit is contained in:
parent
abf8e1e6f9
commit
29721bfcd7
3 changed files with 35 additions and 0 deletions
|
|
@ -345,6 +345,7 @@ private:
|
|||
TypedArray<Dictionary> _get_connection_list() const;
|
||||
Dictionary _get_closest_connection_at_point(const Vector2 &p_point, float p_max_distance = 4.0) const;
|
||||
TypedArray<Dictionary> _get_connections_intersecting_with_rect(const Rect2 &p_rect) const;
|
||||
TypedArray<Dictionary> _get_connection_list_from_node(const StringName &p_node) const;
|
||||
|
||||
Rect2 _compute_shrinked_frame_rect(const GraphFrame *p_frame);
|
||||
void _set_drag_frame_attached_nodes(GraphFrame *p_frame, bool p_drag);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue