Assign temporary path to preloaded resources
This commit is contained in:
@ -103,6 +103,7 @@ public:
|
||||
|
||||
virtual void set_path(const String &p_path, bool p_take_over = false);
|
||||
String get_path() const;
|
||||
void set_path_cache(const String &p_path); // Set raw path without involving resource cache.
|
||||
_FORCE_INLINE_ bool is_built_in() const { return path_cache.is_empty() || path_cache.contains("::") || path_cache.begins_with("local://"); }
|
||||
|
||||
static String generate_scene_unique_id();
|
||||
|
||||
Reference in New Issue
Block a user