Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

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.