A scripted converter used for transforming values between ViewModel data
bindings and Rive properties.Type parameters:
T: The converter type
I: The input type, must be a DataValue type
(DataValueNumber, DataValueString, DataValueBoolean, DataValueColor, etc)
O: The output type, must be a DataValue type
(DataValueNumber, DataValueString, DataValueBoolean, DataValueColor, etc)See Converter Scripts.