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.

Did you find this page useful? Please give it a rating: