docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class BaseDetailConfig<TDetail>

    Base configurator for a TDetail instance.

    Inheritance
    object
    BaseDetailConfig
    BaseDetailConfig<TDetail>
    AnalyticsDetailConfig
    AssetsDetailConfig
    JsonDetailConfig
    StatDetailConfig
    Namespace: UnityEngine.GameFoundation.Configs
    Assembly: solution.dll
    Syntax
    public abstract class BaseDetailConfig<TDetail> : BaseDetailConfig where TDetail : BaseDetail
    Type Parameters
    Name Description
    TDetail

    The type of the detail to build.

    Methods

    Name Description
    CompileDetail()

    Checks the data and creates the TDetail instance.

    CompileGeneric()

    Checks the configuration and creates the BaseDetail instance. This method doesn't check the references this detail could contain. Link(CatalogBuilder, CatalogItem)

    LinkDetail(CatalogBuilder)

    Resolves the possible references the TDetail can contain and builds them.

    LinkGeneric(CatalogBuilder)

    Resolves the possible references the BaseDetail may contain and builds them.

    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)