Delegate ConvertDelegate<TSource, TDestination> | Properties | 1.1.1-preview
docs.unity3d.com
    Show / Hide Table of Contents

    Delegate ConvertDelegate<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 ConvertDelegate<in TSource, out TDestination>(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
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023