docs.unity.cn
    Show / Hide Table of Contents

    Class ConfiguratorContextChangedArgs

    Class ConfiguratorContextChangedArgs.

    Inheritance
    Object
    ConfiguratorContextChangedArgs
    Namespace: UnityEngine.Industrial.Configuring.ConfiguratorRuntime
    Syntax
    public class ConfiguratorContextChangedArgs

    Properties

    context

    The new context.

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

    The context.

    oldContext

    The old context.

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

    The old context.

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