docs.unity.cn
    Show / Hide Table of Contents

    Class ContextChangedArgs

    Class ContextChangedArgs.

    Inheritance
    Object
    ContextChangedArgs
    Namespace: UnityEngine.Industrial.Configuring.Core
    Syntax
    public class ContextChangedArgs

    Properties

    eventType

    Gets the type of the event.

    Declaration
    public ContextChangedEventType eventType { get; }
    Property Value
    Type Description
    ContextChangedEventType

    The type of the event.

    key

    The key for which the value has been added or removed.

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

    The key.

    value

    The value that is/was set for the key.

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

    The value.

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