ApplyConverterGroupToSource(ConverterGroup)
Applies a ConverterGroup to this binding that will be used when converting data between a UI control to a data source.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public void ApplyConverterGroupToSource(ConverterGroup group)
Parameters
The converter group.
Remarks
Converter groups can be queried using ConverterGroups.TryGetConverterGroup.