Click or drag to resize

ResourceManagerLoadUnmodded Method

Overload List
  NameDescription
Public methodStatic memberLoadUnmoddedT(ResourceFolder, String)

Load and cache a resource without regarding mods.

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 memberLoadUnmodded(Type, ResourceFolder, String)

Load and cache a resource without regarding mods.

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