IFormatterLiteralExtractor
Extracts the literal characters from a Format string
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Interface
- Namespace: Unity.SmartStrings.Core.Extensions
- Assembly: UnityEngine.SmartStringsModule
public interface IFormatterLiteralExtractor
Methods
Method | Description |
|---|---|
| WriteAllLiterals | 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. |