docs.unity.cn
    Show / Hide Table of Contents

    Class FeatureCodeChangedEventArgs

    Class FeatureCodeChangedEventArgs. This class cannot be inherited.

    Inheritance
    Object
    EventArgs
    FeatureCodeChangedEventArgs
    Namespace: UnityEngine.Industrial.Configuring.Core
    Syntax
    public sealed class FeatureCodeChangedEventArgs : EventArgs

    Properties

    feature

    Gets the feature.

    Declaration
    public Feature feature { get; }
    Property Value
    Type Description
    Feature

    The feature.

    oldCode

    Gets the old code.

    Declaration
    public string oldCode { get; }
    Property Value
    Type Description
    String

    The old code.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 03 March 2021