mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Expose is_part_of_edited_scene()
This commit is contained in:
@@ -525,6 +525,8 @@ public:
|
||||
bool is_property_pinned(const StringName &p_property) const;
|
||||
virtual StringName get_property_store_alias(const StringName &p_property) const;
|
||||
bool is_part_of_edited_scene() const;
|
||||
#else
|
||||
bool is_part_of_edited_scene() const { return false; }
|
||||
#endif
|
||||
void get_storable_properties(HashSet<StringName> &r_storable_properties) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user