Class BaseCatalog
This is a class for storing elements for a system. Each catalog contains its own list of categories.
Namespace: UnityEngine .GameFoundation
Assembly: solution.dll
Syntax
public abstract class BaseCatalog
Constructors
Name | Description |
---|---|
Base |
Initializes a new instance of the Base |
Methods
Name | Description |
---|---|
Contains |
Tells whether or not this catalog contains a Category
instance with the specified |
Contains |
Tells whether or not this catalog contains the specified Category instance. |
Find |
Looks for a Category by its |
Get |
Returns an array of all the Category instances of this catalog. |
Get |
Fills in the given |