AssetList
A list of version control information about assets.
Read time 5 minutesLast updated 6 days ago
Definition
- Type: Class
- Namespace: UnityEditor.VersionControl
- Assembly: UnityEditor.CoreModule
- Inherits from: List<Asset>
- Implements: IList<Asset>, ICollection<Asset>, IList, ICollection, IReadOnlyList<Asset>, IReadOnlyCollection<Asset>, IEnumerable<Asset>, IEnumerable
public class AssetList : List<Asset>, IList<Asset>, ICollection<Asset>, IList, ICollection, IReadOnlyList<Asset>, IReadOnlyCollection<Asset>, IEnumerable<Asset>, IEnumerable
Methods
Method | Description |
|---|---|
| Filter | Based on the current list and the states a new list is returned which only contains the assets with the requested states. |
| FilterChildren | Create an optimised list of assets by removing children of folders in the same list. |
| FilterCount | Count the list of assets by given a set of states. |