docs.unity.cn
    Show / Hide Table of Contents

    Delegate TypeConverter<TSource, TDestination>

    Represents the method that will handle converting an object of type TSource to an object of type TDestination.

    Namespace: Unity.Properties
    Syntax
    public delegate TDestination TypeConverter<TSource, out TDestination>(ref TSource value);
    Parameters
    Type Name Description
    TSource value

    The source value to be converted.

    Returns
    Type Description
    TDestination
    Type Parameters
    Name Description
    TSource

    The source type to convert from.

    TDestination

    The destination type to convert to.

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, July 26, 2023