mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Expose set_edited and is_edited on EditorInterface
This commit is contained in:
parent
235a32ad11
commit
ff561c1379
3 changed files with 33 additions and 0 deletions
|
|
@ -175,6 +175,9 @@ public:
|
|||
void open_scene_from_path(const String &scene_path, bool p_set_inherited = false);
|
||||
void reload_scene_from_path(const String &scene_path);
|
||||
|
||||
void set_object_edited(Object *p_object, bool p_edited);
|
||||
bool is_object_edited(Object *p_object) const;
|
||||
|
||||
PackedStringArray get_open_scenes() const;
|
||||
TypedArray<Node> get_open_scene_roots() const;
|
||||
Node *get_edited_scene_root() const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue