mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Merge pull request #57606 from SaracenOne/update_on_reimport
Update instances of scenes which have been reimported.
This commit is contained in:
commit
11e2278844
8 changed files with 538 additions and 2 deletions
|
|
@ -201,7 +201,6 @@ public:
|
|||
String get_scene_type(int p_idx) const;
|
||||
void set_scene_path(int p_idx, const String &p_path);
|
||||
Ref<Script> get_scene_root_script(int p_idx) const;
|
||||
void set_edited_scene_version(uint64_t version, int p_scene_idx = -1);
|
||||
void set_scene_modified_time(int p_idx, uint64_t p_time);
|
||||
uint64_t get_scene_modified_time(int p_idx) const;
|
||||
void clear_edited_scenes();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue