Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AssetList

A list of version control information about assets.
Read time 5 minutesLast updated 6 days ago

Definition

public class AssetList : List<Asset>, IList<Asset>, ICollection<Asset>, IList, ICollection, IReadOnlyList<Asset>, IReadOnlyCollection<Asset>, IEnumerable<Asset>, IEnumerable

Methods

Method

Description

FilterBased on the current list and the states a new list is returned which only contains the assets with the requested states.
FilterChildrenCreate an optimised list of assets by removing children of folders in the same list.
FilterCountCount the list of assets by given a set of states.

Inheritance

Inherited Members