docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class CatalogItemConfig<TRuntimeItem>

    Base configurator of a CatalogItem instance.

    Inheritance
    object
    CatalogItemConfig
    CatalogItemConfig<TRuntimeItem>
    BaseTransactionConfig
    CurrencyConfig
    InventoryItemDefinitionConfig
    StoreConfig
    Inherited Members
    CatalogItemConfig.id
    CatalogItemConfig.displayName
    CatalogItemConfig.categories
    CatalogItemConfig.details
    Namespace: UnityEngine.GameFoundation.Configs
    Assembly: solution.dll
    Syntax
    public abstract class CatalogItemConfig<TRuntimeItem> : CatalogItemConfig where TRuntimeItem : CatalogItem
    Type Parameters
    Name Description
    TRuntimeItem

    The TRuntimeItem built by this configurator.

    Methods

    Name Description
    CompileGeneric()

    This method is called by Compile() to checks the specific configuration of the inherited types.

    CompileItem()

    Checks the configuration and builds the TRuntimeItem instance.

    LinkGeneric(CatalogBuilder)

    This method is called by Compile() to checks the links of the inherited types.

    LinkItem(CatalogBuilder)

    Resolves the possible referenes the TRuntimeItem instance may contain.

    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)