AssetBundle.LoadAllAssets
public Object[] LoadAllAssets(Type type);
Description 描述
Loads all assets contained in the asset bundle that inherit from type.
public Object[] LoadAllAssets();
Description 描述
Loads all assets contained in the asset bundle.
public T[] LoadAllAssets();
Description 描述
Loads all assets contained in the asset bundle that inherit from type T.