Version: 2017.2
public Object[] LoadAllAssets (Type type);

Descripción

Loads all assets contained in the asset bundle that inherit from type.


public Object[] LoadAllAssets ();

Descripción

Loads all assets contained in the asset bundle.


public T[] LoadAllAssets ();

Descripción

Loads all assets contained in the asset bundle that inherit from type T.