Show the transform operation numbers in 2D
This commit is contained in:
parent
fd10de5b94
commit
072e2ff659
2 changed files with 72 additions and 0 deletions
|
|
@ -347,6 +347,7 @@ private:
|
|||
bool is_hovering_v_guide = false;
|
||||
|
||||
bool updating_value_dialog = false;
|
||||
Transform2D original_transform;
|
||||
|
||||
Point2 box_selecting_to;
|
||||
|
||||
|
|
@ -433,6 +434,7 @@ private:
|
|||
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_hover();
|
||||
void _draw_transform_message();
|
||||
|
||||
void _draw_viewport();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue