This version of Unity is unsupported.

ResourcesAPI.LoadAll

Declaration

protected Object[] LoadAll(string path, Type systemTypeInstance);

Parameters

path Path to the target resource to load.
systemTypeInstance Type filter for objects returned.

Description

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