Class CatalogItem
Base class for most of the static data in Game Foundation. Game Foundation objects are linked to Category instances available in their catalog.
Namespace: UnityEngine .GameFoundation
Assembly: solution.dll
Syntax
public abstract class CatalogItem
Properties
Name | Description |
---|---|
display |
The readable name of this Catalog |
id | The unique identifier of this Catalog |
Methods
Name | Description |
---|---|
Equals(object) | Determines whether the specified object is equal to the current object. |
Find |
Looks for a Category, linked to this
Catalog |
Get |
Returns an array of all the Category instances
linked to this Catalog |
Get |
Fills the given |
Get |
Gets the |
Get |
Returns an array of all the Base |
Get |
Fills in the given |
Get |
Serves as the default hash function. |
Has |
Tells whether or not a Category instance with the
given |
Has |
Tells whether or not the given |