docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method GetStoreItems

    GetStoreItems()

    Gets all the StoreItemObject.

    Declaration
    public StoreItemObject[] GetStoreItems()
    Returns
    Type Description
    StoreItemObject[]

    The collection of StoreItemObject

    Remarks

    Keep in mind that this version allocates. For a non-allocation version, check GetStoreItems(ICollection<StoreItemObject>).

    GetStoreItems(ICollection<StoreItemObject>)

    Adds all the StoreItemObject to the given target.

    Declaration
    public int GetStoreItems(ICollection<StoreItemObject> target)
    Parameters
    Type Name Description
    ICollection<StoreItemObject> target

    The target collection where the StoreItemObject are added.

    Returns
    Type Description
    int

    The number of StoreItemObject added.

    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)