Class ConnectorFactory<TValue> | Properties | 0.9.2-preview
docs.unity.cn
    Show / Hide Table of Contents

    Class ConnectorFactory<TValue>

    Inheritance
    Object
    ConnectorFactory<TValue>
    Namespace: Unity.Properties.Editor
    Syntax
    public static class ConnectorFactory<TValue>
    Type Parameters
    Name Description
    TValue

    Methods

    Register<TElement>()

    Declaration
    public static void Register<TElement>()
        where TElement : BaseField<TValue>, INotifyValueChanged<TValue>
    Type Parameters
    Name Description
    TElement

    Register<TElement, TFieldType>(Connector<TFieldType, TValue>)

    Declaration
    public static void Register<TElement, TFieldType>(Connector<TFieldType, TValue> connector)
        where TElement : BaseField<TFieldType>, INotifyValueChanged<TFieldType>
    Parameters
    Type Name Description
    Connector<TFieldType, TValue> connector
    Type Parameters
    Name Description
    TElement
    TFieldType
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX