Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


TypeConverter<TSource, TDestination>

Represents the method that will handle converting an object of type TSource to an object of type TDestination.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Delegate
  • Namespace: Unity.Properties
  • Assembly: UnityEngine.PropertiesModule
public delegate TDestination TypeConverter<TSource, out TDestination>(ref TSource value)