v3.1.2
2020.3+

Class AddInventoryItemOptions

Options for a AddInventoryItemAsync call.

Inheritance
AddInventoryItemOptions
Namespace: Unity.Services.Economy
Syntax
public class AddInventoryItemOptions

Fields

InstanceData

Dictionary of instance data.

Declaration
public object InstanceData
Field Value
TypeDescription
Object

PlayersInventoryItemId

Sets the ID of the created PlayersInventoryItem. If not supplied, one will be generated.

Declaration
public string PlayersInventoryItemId
Field Value
TypeDescription
String