docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class Store

    Maintains Collection of BaseTransaction items for a Store and implements methods to retrieve them.

    Inheritance
    object
    CatalogItem
    Store
    Inherited Members
    CatalogItem.displayName
    CatalogItem.key
    CatalogItem.FindTag(string)
    CatalogItem.GetTags()
    CatalogItem.GetTags(ICollection<Tag>)
    CatalogItem.HasTag(Tag)
    CatalogItem.HasTag(string)
    CatalogItem.GetDetails()
    CatalogItem.GetDetails(ICollection<BaseDetail>)
    CatalogItem.GetDetail<TDetail>()
    CatalogItem.GetHashCode()
    CatalogItem.Equals(object)
    CatalogItem.GetStaticProperties()
    CatalogItem.GetStaticProperties(Dictionary<string, Property>)
    CatalogItem.HasStaticProperty(string)
    CatalogItem.GetStaticProperty(string)
    CatalogItem.TryGetStaticProperty(string, out Property)
    CatalogItem.this[string]
    Namespace: UnityEngine.GameFoundation
    Assembly: solution.dll
    Syntax
    public class Store : CatalogItem

    Methods

    Name Description
    Contains(BaseTransaction)

    Tells whether or not this Store instance contains the given transaction.

    GetStoreItems()

    Returns an array of the BaseTransaction items in this Store.

    GetStoreItemsByTag(ICollection<string>)

    Returns an array of all BaseTransaction items in this Store with any of the specified Tag set.

    GetStoreItemsByTag(ICollection<string>, ICollection<BaseTransaction>)

    Adds all BaseTransaction items in this Store with any of the specified Tag set to Collection.

    GetStoreItemsByTag(ICollection<Tag>)

    Returns an array of all BaseTransaction items in this Store with any of the specified Tag set.

    GetStoreItemsByTag(ICollection<Tag>, ICollection<BaseTransaction>)

    Updates Collection of all BaseTransaction items in this Store with any of the specified Tag set.

    GetStoreItemsByTag(string)

    Returns an array of the BaseTransaction items in this Store with specified Tag set.

    GetStoreItemsByTag(Tag)

    Returns an array of the BaseTransaction items in this Store with specified Tag set.

    GetStoreItemsByTag(Tag, ICollection<BaseTransaction>)

    Adds all BaseTransaction items in this Store with specified Tag set to Collection.

    ToString()

    Returns a summary string for this Store.

    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)