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
- Type: Class
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public static class ConverterGroups
Static Methods
Method | Description |
|---|---|
| RegisterConverterGroup | Registers a converter group by ID. Converter groups can be applied on a binding using local converters. |
| RegisterGlobalConverter | Registers 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. |
| TryConvert | Converts the specified value from |
| TryGetConverterGroup | Retrieves a converter group by ID. |
| TrySetValueGlobal | Sets the value of a property at the given path to the given value, using the global converters. |