Interface IFormatterLiteralExtractor
Extracts the literal characters from a Format string
Namespace: UnityEngine.Localization.SmartFormat.Core.Extensions
Syntax
public interface IFormatterLiteralExtractor
Methods
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.
Declaration
void WriteAllLiterals(IFormattingInfo formattingInfo)
Parameters
Type | Name | Description |
---|---|---|
IFormattingInfo | formattingInfo |