docs.unity.cn
    Show / Hide Table of Contents

    Class ContextCollectionChangedArgs

    Event args, when the context collection has changed.

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

    Properties

    context

    Context that has been added or removed.

    Declaration
    public Context context { get; }
    Property Value
    Type Description
    Context

    The context.

    eventType

    Type of event that has been raised.

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

    The type of the event.

    key

    Key that has been added or removed.

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

    The key.

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