list_assets


Description:

[ CCode ( cname = "ges_list_assets" ) ]
public static List<unowned Asset> list_assets (Type filter)

List all the assets in the current cache whose extractable_type are of the given type (including subclasses).

Note that, since only a Extractable can be extracted from an asset, using `GES_TYPE_EXTRACTABLE` as filter will return all the assets in the current cache.

Parameters:

filter

The type of object that can be extracted from the asset

Returns:

A list of all Asset-s currently in the cache whose extractable_type is of the filter type.