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:
parent
0ee1179c1c
commit
288f0b6555
4 changed files with 95 additions and 99 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue