docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class InventoryItemDefinition

    Represents a single inventory item configuration.

    Inheritance
    object
    ConfigurationItemDefinition
    InventoryItemDefinition
    Inherited Members
    ConfigurationItemDefinition.Id
    ConfigurationItemDefinition.Name
    ConfigurationItemDefinition.Type
    ConfigurationItemDefinition.CustomData
    ConfigurationItemDefinition.CustomDataDeserializable
    ConfigurationItemDefinition.Created
    ConfigurationItemDefinition.Modified
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Economy.Model
    Assembly: Unity.Services.Economy.dll
    Syntax
    [Preserve]
    public class InventoryItemDefinition : ConfigurationItemDefinition

    Constructors

    InventoryItemDefinition()

    Declaration
    [Preserve]
    public InventoryItemDefinition()

    Methods

    GetAllPlayersInventoryItemsAsync()

    Gets all the PlayersInventoryItems of this inventory item for the currently signed in player

    Declaration
    public Task<GetInventoryResult> GetAllPlayersInventoryItemsAsync()
    Returns
    Type Description
    Task<GetInventoryResult>

    A GetInventoryResult with all the PlayersInventoryItems of this inventory item

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)