Hide more options of disabled properties

This commit is contained in:
Michael Alexsander
2021-03-03 20:51:35 -03:00
parent 864caf5711
commit 4be282a269
20 changed files with 51 additions and 32 deletions
+1 -4
View File
@@ -72,13 +72,10 @@ class Polygon2D : public Node2D {
void _skeleton_bone_setup_changed();
#ifdef TOOLS_ENABLED
void _validate_property(PropertyInfo &property) const override;
#endif
protected:
void _notification(int p_what);
static void _bind_methods();
void _validate_property(PropertyInfo &property) const override;
public:
#ifdef TOOLS_ENABLED