Class SingleCollectionCatalog<TItem>
The base class of the catalog storing only one kind of
CatalogTItem
.
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 Catalog |
Methods
Name | Description |
---|---|
Contains |
Tells whether an item with the specified |
Find |
Looks for a |
Find |
Returns an array of all the |
Find |
Fills in the given |
Find |
Returns the array of all the |
Find |
Fills in the given |
Get |
Returns an array of all the |
Get |
Fills in the given |