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

AssetBundle.LoadAllAssets

Declaration

public Object[] LoadAllAssets(Type type);

Declaration

public Object[] LoadAllAssets();

Declaration

public T[] LoadAllAssets();

Parameters

type When specified only main or visible objects that derive from the provided type are returned.

Description

Loads all Assets contained in the AssetBundle synchronously.