Struct InventorySerializableData
Serializable data structure that contains the state of an inventory.
Namespace: UnityEngine.GameFoundation.DataPersistence
Assembly: solution.dll
Syntax
[Serializable]
public struct InventorySerializableData
Fields
| Name | Description |
|---|---|
| Id | The inventory id of the inventory |
| definitionId | The definition Id of the inventory |
| displayName | The friendly name of the inventory that will be displayed |
| gameItemId | The GameItemId of the item use by GameItemLookup |