protected Object Load (string path, Type systemTypeInstance);

Parameters

pathPath to the target resource to load.
systemTypeInstanceThe requested asset's Type.

Returns

Object The requested asset returned as an Object.

Description

Override for customizing the behavior of the Resources.Load function.