RegisterConverterGroup(ConverterGroup)
Registers a converter group by ID. Converter groups can be applied on a binding using local converters.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public static void RegisterConverterGroup(ConverterGroup converterGroup)
Parameters
The converter group to register.
Remarks
You can apply a converter group in a DataBinding UXML with the or attributes.
source-to-ui-convertersui-to-source-converters