Class DefaultFormatter
Do the default formatting, same logic as "String.Format".
Inherited Members
Namespace: UnityEngine.Localization.SmartFormat.Extensions
Assembly: Unity.Localization.dll
Syntax
[Serializable]
public class DefaultFormatter : FormatterBase, IFormatter, ISerializationCallbackReceiver
Constructors
| Name | Description |
|---|---|
| DefaultFormatter() | Creates a new instance of the formatter. |
Properties
| Name | Description |
|---|---|
| DefaultNames |
Methods
| Name | Description |
|---|---|
| TryEvaluateFormat(IFormattingInfo) | Checks, if the current value of the ISelectorInfo can be processed by the DefaultFormatter. |