Click or drag to resize

ResourceManagerLoadUnmoddedAsync Method

Overload List
  NameDescription
Public methodStatic memberLoadUnmoddedAsyncT(ResourceFolder, String)

Load and cache a resource asynchronously without regarding mods.

If folder is Resources the asset is loaded with If it's not, it's parsed manually with the list of parsers registered.

Public methodStatic memberLoadUnmoddedAsync(Type, ResourceFolder, String)

Load and cache a resource asynchronously without regarding mods.

If folder is Resources the asset is loaded with If it's not, it's parsed manually with the list of parsers registered.

Top
See Also