docs.unity3d.com
    Show / Hide Table of Contents

    Struct ConfiguratorChangeActiveProductArgs

    Struct ConfiguratorChangeActiveProductArgs

    Namespace: UnityEngine.Industrial.Configuring.ConfiguratorRuntime
    Syntax
    public struct ConfiguratorChangeActiveProductArgs

    Constructors

    ConfiguratorChangeActiveProductArgs(ConfiguratorProfileReference, ConfiguratorChangeActiveProductArgs.ProfileProductsChangeType, List<ProductProfileReference>)

    Initializes a new instance of the ConfiguratorChangeActiveProductArgs struct.

    Declaration
    public ConfiguratorChangeActiveProductArgs(ConfiguratorProfileReference obj, ConfiguratorChangeActiveProductArgs.ProfileProductsChangeType change, List<ProductProfileReference> changedItems)
    Parameters
    Type Name Description
    ConfiguratorProfileReference obj

    The object.

    ConfiguratorChangeActiveProductArgs.ProfileProductsChangeType change

    The change.

    List<ProductProfileReference> changedItems

    The changed items.

    Fields

    Changes

    The changes

    Declaration
    public List<ProductProfileReference> Changes
    Field Value
    Type Description
    List<ProductProfileReference>

    ChangeType

    The change type

    Declaration
    public ConfiguratorChangeActiveProductArgs.ProfileProductsChangeType ChangeType
    Field Value
    Type Description
    ConfiguratorChangeActiveProductArgs.ProfileProductsChangeType

    ProfileReference

    The profile reference

    Declaration
    public ConfiguratorProfileReference ProfileReference
    Field Value
    Type Description
    ConfiguratorProfileReference
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023