|
static Ref< ResourceInteractiveLoader > | load_interactive (const String &p_path, const String &p_type_hint="", bool p_no_cache=false, Error *r_error=NULL) |
|
static RES | load (const String &p_path, const String &p_type_hint="", bool p_no_cache=false, Error *r_error=NULL) |
|
static Ref< ResourceImportMetadata > | load_import_metadata (const String &p_path) |
|
static void | get_recognized_extensions_for_type (const String &p_type, List< String > *p_extensions) |
|
static void | add_resource_format_loader (ResourceFormatLoader *p_format_loader) |
|
static String | get_resource_type (const String &p_path) |
|
static void | get_dependencies (const String &p_path, List< String > *p_dependencies, bool p_add_types=false) |
|
static Error | rename_dependencies (const String &p_path, const Map< String, String > &p_map) |
|
static String | guess_full_filename (const String &p_path, const String &p_type) |
|
static void | set_timestamp_on_load (bool p_timestamp) |
|
static void | notify_load_error (const String &p_err) |
|
static void | set_error_notify_func (void *p_ud, ResourceLoadErrorNotify p_err_notify) |
|
static void | notify_dependency_error (const String &p_path, const String &p_dependency, const String &p_type) |
|
static void | set_dependency_error_notify_func (void *p_ud, DependencyErrorNotify p_err_notify) |
|
static void | set_abort_on_missing_resources (bool p_abort) |
|
static bool | get_abort_on_missing_resources () |
|
The documentation for this class was generated from the following files:
- /Users/huihoo/Downloads/godot-2.0.4-stable/core/io/resource_loader.h
- /Users/huihoo/Downloads/godot-2.0.4-stable/core/io/resource_loader.cpp