ResourceManagerLoad Method |
| Name | Description | |
|---|---|---|
| LoadT(String) | Load a resource from an absolute path with the list of parsers registered. Does not cache. | |
| Load(Type, String) | Load a resource from an absolute path with the list of parsers registered. Does not cache. | |
| LoadT(ResourceFolder, String, Boolean, Boolean) | Load and cache a resource. 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. | |
| Load(Type, ResourceFolder, String, Boolean, Boolean) | Load and cache a resource. 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. |