Reformat Transform(2D) inspector menus

Move, rename, recolor, and fix the inspector for these in the inspector. Coloring is now done by a helper method in "editor_inspector.cpp".
This commit is contained in:
Aaron Franke 2021-03-19 01:42:56 -04:00
parent 0ee1179c1c
commit 288f0b6555
No known key found for this signature in database
GPG key ID: 40A1750B977E56BF
4 changed files with 95 additions and 99 deletions

View file

@ -531,7 +531,7 @@ protected:
public:
virtual void update_property() override;
void setup(double p_min, double p_max, double p_step, bool p_no_slider, const String &p_suffix = String());
EditorPropertyTransform2D();
EditorPropertyTransform2D(bool p_include_origin = true);
};
class EditorPropertyBasis : public EditorProperty {