Class GameFoundationDatabase
This consolidates all catalogs into one asset.
Implements
Inherited Members
Namespace: UnityEngine .GameFoundation .CatalogManagement
Assembly: solution.dll
Syntax
public class GameFoundationDatabase : ScriptableObject, ICatalogConfigurator
Properties
Name | Description |
---|---|
currency |
A reference to an Currency catalog |
inventory |
A reference to an inventory catalog |
stat |
A reference to a stat catalog |
store |
A reference to an Store catalog |
transaction |
A reference to an Transaction catalog |
Methods
Name | Description |
---|---|
Awake() | Verifies the catalogs. |
Create |
Creates a default data structure for a new player. |