v3.1.2
2020.3+
Class AddInventoryItemOptions
Options for a AddInventoryItemAsync call.
Namespace: Unity.Services.Economy
Syntax
public class AddInventoryItemOptions
Fields
InstanceData
Dictionary of instance data.
Declaration
public object InstanceData
Field Value
Type | Description |
---|---|
Object |
PlayersInventoryItemId
Sets the ID of the created PlayersInventoryItem. If not supplied, one will be generated.
Declaration
public string PlayersInventoryItemId
Field Value
Type | Description |
---|---|
String |