Support _validate_property()

This commit is contained in:
David Snopek
2023-09-09 12:52:31 -05:00
parent 16ffb2795a
commit aa6867e6c9
7 changed files with 55 additions and 0 deletions

View File

@@ -65,6 +65,7 @@ protected:
void _get_property_list(List<PropertyInfo> *p_list) const;
bool _property_can_revert(const StringName &p_name) const;
bool _property_get_revert(const StringName &p_name, Variant &r_property) const;
void _validate_property(PropertyInfo &p_property) const;
String _to_string() const;