Namespace UnityEngine.Localization.SmartFormat
Classes
FormattingErrorEventArgs
Supplies information about formatting errors.
Smart
This class holds a Default instance of the SmartFormatter. The default instance has all extensions registered.
SmartExtensions
SmartFormatter
This class contains the Format method that constructs the composite string by invoking each extension.
SmartObjects
Represents a list of objects to be used as a value argument to Smart.Format
.
With SmartObjects
- all objects used for Smart.Format can be collected in one place as the first argument
- the format string can be written like each object would be the first argument of Smart.Format
- there is no need to bother from which argument a value should come from