docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method GetDetails

    GetDetails()

    Returns an array of all detail definitions on this game item definition.

    Declaration
    public BaseDetailAsset[] GetDetails()
    Returns
    Type Description
    BaseDetailAsset[]

    An array of all detail definitions on this game item definition.

    GetDetails(ICollection<BaseDetailAsset>)

    Fills in the given target collection with all the BaseDetailAsset instance of this CatalogItemAsset instance. The target collection is cleared before being populated.

    Declaration
    public int GetDetails(ICollection<BaseDetailAsset> target)
    Parameters
    Type Name Description
    ICollection<BaseDetailAsset> target

    The target container of all the BaseDetailAsset instances.

    Returns
    Type Description
    int
    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)