Namespace UnityEngine.Localization.SmartFormat.Core.Parsing
Classes
Format
Represents a parsed format string. Contains a list of FormatItems, including LiteralTexts and Placeholders.
FormatItem
Base class that represents a substring of text from a parsed format string.
LiteralText
Represents the literal text that is found in a parsed format string.
Parser
Parses a format string.
Parser.ParsingErrorText
ParsingErrorEventArgs
Supplies information about parsing errors.
ParsingErrors
Represents parsing errors in a Format string. This exception only gets thrown when Parser.ErrorAction is set to ThrowError.
ParsingErrors.ParsingIssue
Placeholder
A placeholder is the part of a format string between the { braces }.
Selector
Represents a single selector in the text in a Placeholder that comes before the colon.