1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Display nodes without rect's position

This commit is contained in:
Gilles Roudiere
2018-03-10 11:56:27 +01:00
parent 72ed1e4244
commit 0251b08afa
3 changed files with 116 additions and 3 deletions

View File

@@ -387,6 +387,7 @@ class CanvasItemEditor : public VBoxContainer {
void _draw_selection();
void _draw_axis();
void _draw_bones();
void _draw_invisible_nodes_positions(Node *p_node, const Transform2D &p_parent_xform = Transform2D(), const Transform2D &p_canvas_xform = Transform2D());
void _draw_locks_and_groups(Node *p_node, const Transform2D &p_parent_xform = Transform2D(), const Transform2D &p_canvas_xform = Transform2D());
void _draw_viewport();