public Object[] LoadAllAssets (Type type);

설명

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


public Object[] LoadAllAssets ();

설명

Loads all assets contained in the asset bundle.


public T[] LoadAllAssets ();

설명

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