Class CatalogItemAsset
Base class for most of the static data in Game Foundation.
Implements
Inherited Members
Namespace: UnityEngine .GameFoundation .CatalogManagement
Assembly: solution.dll
Syntax
public abstract class CatalogItemAsset : ScriptableObject, ISerializationCallbackReceiver
Properties
Name | Description |
---|---|
catalog | Reference to the catalog of this item. |
display |
The readable name of this Catalog |
id | The string Id of this GameItemDefinition. |
Methods
Name | Description |
---|---|
Awake() | Initializes the internal collections. |
Awake |
Overriden by inherited classes to initialize specific members. |
Configure |
Configures a specified |
Find |
Looks for a Category |
Get |
Returns an array of all the Category |
Get |
Fills the given |
Get |
Gets the |
Get |
Returns an array of all detail definitions on this game item definition. |
Get |
Fills in the given |
Has |
Tells whether or not a Category |
Has |
Tells whether or not the given |
On |
Called at the end of
On |