Interface IFormatterLiteralExtractor
Extracts the literal characters from a Format string
Namespace: UnityEngine.Localization.SmartFormat.Core.Extensions
Assembly: Unity.Localization.dll
Syntax
public interface IFormatterLiteralExtractor
Methods
Name | Description |
---|---|
WriteAllLiterals(IFormattingInfo) | Ignores the format arguments and writes every possible literal value. This is used to extract all possible values so that we can determine the distinct characters for font generation etc. |