[ 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.
filter |
The type of object that can be extracted from the asset |
A list of all Asset-s currently in the cache whose
extractable_type is of the |