![]() |
Paradox Game Engine
v1.0.0 beta06
|
Go to the source code of this file.
Classes | |
class | SiliconStudio.Presentation.ValueConverters.MultiChained |
This converter can wrap an IMultiValueConverter and chain the result of this converter to up to MaxConverterCount IValueConverter to further convert the resulting value. The first converter takes the value output by the MultiConverter, and then each converter takes the previous converter output as input value. The parameter and target type of each converter can also be specified. IValueConverter.ConvertBack is supported and converters are invoked backward. More... | |
Namespaces | |
package | SiliconStudio.Presentation.ValueConverters |