Version: Unity 6 (6000.0)
LanguageEnglish
  • C#

TypeConversion.Convert

Declaration

public static TDestination Convert(ref TSource value);

Parameters

Description
value The source value to convert.

Returns

TDestination The value converted to the TDestination type.

Description

Converts the specified value from TSource to TDestination.