Click or drag to resize

ResourceManagerLoadAsync Method

Overload List
  NameDescription
Public methodStatic memberLoadAsyncT(String)
Load a resource asynchronously from an absolute path with the list of parsers registered. Does not cache.
Public methodStatic memberLoadAsync(Type, String)
Load a resource asynchronously from an absolute path with the list of parsers registered. Does not cache.
Public methodStatic memberLoadAsyncT(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.

Public methodStatic memberLoadAsync(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.

Top
See Also