Class SingleCollectionCatalog<TItem>
The base class of the catalog storing only one kind of
CatalogItem.
This kind is obviously described by TItem.
Most of the catalogs are single collections at the moment.
Inherited Members
Namespace: UnityEngine.GameFoundation
Assembly: solution.dll
Syntax
public abstract class SingleCollectionCatalog<TItem> : BaseCatalog where TItem : CatalogItem
Type Parameters
| Name | Description |
|---|---|
| TItem | The type of CatalogItem stored in this catalog. |
Methods
| Name | Description |
|---|---|
| ContainsItem(string) | Tells whether an item with the specified |
| FindItem(string) | Looks for a |
| FindItemsByCategory(string) | Returns an array of all the |
| FindItemsByCategory(string, ICollection<TItem>) | Fills in the given |
| FindItemsByCategory(Category) | Returns the array of all the |
| FindItemsByCategory(Category, ICollection<TItem>) | Fills in the given |
| GetItems() | Returns an array of all the |
| GetItems(ICollection<TItem>) | Fills in the given |