Add get_edited_property_value() shorthand method
This commit is contained in:
@@ -149,6 +149,7 @@ public:
|
||||
|
||||
Object *get_edited_object();
|
||||
StringName get_edited_property() const;
|
||||
inline Variant get_edited_property_value() const { return object->get(property); }
|
||||
EditorInspector *get_parent_inspector() const;
|
||||
|
||||
void set_doc_path(const String &p_doc_path);
|
||||
|
||||
Reference in New Issue
Block a user