docs.unity3d.com
    Show / Hide Table of Contents

    Interface IReadOnlyConfiguration

    Interface IReadOnlyConfiguration

    Namespace: UnityEngine.Industrial.Configuring.Core
    Syntax
    public interface IReadOnlyConfiguration

    Properties

    featureSelections

    Gets the feature selections.

    Declaration
    IReadOnlyDictionary<FeatureSet, Feature> featureSelections { get; }
    Property Value
    Type Description
    IReadOnlyDictionary<FeatureSet, Feature>

    The feature selections.

    Methods

    IsFeatureSelected(Feature)

    Returns if the given feature is selected in this configuration.

    Declaration
    bool IsFeatureSelected(Feature feature)
    Parameters
    Type Name Description
    Feature feature

    The feature.

    Returns
    Type Description
    Boolean

    true if [is feature selected] [the specified feature]; otherwise, false.

    Events

    configurationChanged

    Occurs when [configuration changed].

    Declaration
    event ConfigurationChangedHandler configurationChanged
    Event Type
    Type Description
    ConfigurationChangedHandler
    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