docs.unity3d.com
    Show / Hide Table of Contents

    Class VerifiedConfigurationChange

    Subclass of configuration change which marks a configuration change as verified by the rule engine.

    Inheritance
    Object
    ConfigurationChange
    VerifiedConfigurationChange
    Inherited Members
    ConfigurationChange.configuration
    ConfigurationChange.isStale
    ConfigurationChange.selectedFeatures
    ConfigurationChange.deselectedFeatures
    ConfigurationChange.Apply()
    Namespace: UnityEngine.Industrial.Configuring.Providers
    Syntax
    public class VerifiedConfigurationChange : ConfigurationChange

    Constructors

    VerifiedConfigurationChange(Configuration, ReadOnlyCollection<Feature>, ReadOnlyCollection<Feature>)

    Initializes a new instance of the VerifiedConfigurationChange class.

    Declaration
    public VerifiedConfigurationChange(Configuration configuration, ReadOnlyCollection<Feature> selectedFeatures, ReadOnlyCollection<Feature> deselectedFeatures)
    Parameters
    Type Name Description
    Configuration configuration

    The configuration.

    ReadOnlyCollection<Feature> selectedFeatures

    The selected features.

    ReadOnlyCollection<Feature> deselectedFeatures

    The deselected features.

    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