docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Constructor Set

    Set(VariantsManager, string, string, string, List<T>)

    Construct Set

    Declaration
    public Set(VariantsManager vm, string t, string switch_name, string variant_name, List<T> switchList)
    Parameters
    Type Name Description
    VariantsManager vm

    The variant manager hosting the switch

    string t

    The type name of the variant

    string switch_name

    The name of the switch that will be afected

    string variant_name

    The name of the variant that should be activated

    List<T> switchList

    All switches available in this model (the switch will be found by switch_name in this list)

    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)