ResourceManagerLoadAsync Method |
| Name | Description | |
|---|---|---|
| LoadAsyncT(String) | Load a resource asynchronously from an absolute path with the list of parsers registered. Does not cache. | |
| LoadAsync(Type, String) | Load a resource asynchronously from an absolute path with the list of parsers registered. Does not cache. | |
| LoadAsyncT(ResourceFolder, String, Boolean, Boolean) | Load and cache a resource asynchronously. If folder is Resources the asset is loaded with Resources.Load. If it's not, it's parsed manually with the list of parsers registered. | |
| LoadAsync(Type, ResourceFolder, String, Boolean, Boolean) | Load and cache a resource asynchronously. If folder is Resources the asset is loaded with Resources.Load. If it's not, it's parsed manually with the list of parsers registered. |