AddConverter<TSource, TDestination>(TypeConverter<TSource, TDestination>)
Adds a converter to the group.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
AddConverter<T, U>(TypeConverter<T, T>)
public void AddConverter<TSource, TDestination>(TypeConverter<TSource, TDestination> converter)
Parameters
The converter to add.