Click or drag to resize

ResourceManagerLoad Method

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

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

Top
See Also