docs.unity.cn
    Show / Hide Table of Contents

    Class LifecycleChange<T>

    Class LifecycleChange.

    Inheritance
    Object
    LifecycleChange
    LifecycleChange<T>
    ConfiguratorChangeArgs
    ProfileDefinitionChangedArgs
    ProductChangeArgs
    ProductDefintionChangeArgs
    Inherited Members
    LifecycleChange.change
    Namespace: UnityEngine.Industrial.Configuring.ConfiguratorRuntime
    Syntax
    public class LifecycleChange<T> : LifecycleChange
    Type Parameters
    Name Description
    T

    Constructors

    LifecycleChange()

    Initializes a new instance of the LifecycleChange<T> class.

    Declaration
    public LifecycleChange()

    LifecycleChange(T, LifecycleChange.Type)

    Initializes a new instance of the LifecycleChange<T> class.

    Declaration
    public LifecycleChange(T obj, LifecycleChange.Type change)
    Parameters
    Type Name Description
    T obj

    The object.

    LifecycleChange.Type change

    The change.

    Fields

    obj

    The object

    Declaration
    public T obj
    Field Value
    Type Description
    T
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 03 March 2021