docs.unity3d.com
    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 © 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