Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ConverterGroups

Provides a set of static methods to register and use converter groups and registers a set of global converters. ConverterGroup. DataBinding.
Read time 1 minuteLast updated 6 days ago

Definition

public static class ConverterGroups

Static Methods

Method

Description

RegisterConverterGroupRegisters a converter group by ID. Converter groups can be applied on a binding using local converters.
RegisterGlobalConverterRegisters a global UI conversion delegate that will be used when converting data between a data source and a UI control. This delegate will be used both when converting data from and to UI.
TryConvertConverts the specified value from
TSource
to
TDestination
using the registered global converters.
TryGetConverterGroupRetrieves a converter group by ID.
TrySetValueGlobalSets the value of a property at the given path to the given value, using the global converters.