You've already forked godot
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user