Parser
Parses a format string.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Class
- Namespace: Unity.SmartStrings.Core.Parsing
- Assembly: UnityEngine.SmartStringsModule
public class Parser
Constructors
Constructor | Description |
|---|---|
| Parser(Unity.SmartStrings.Core.Settings.SmartSettings) | Creates a new instance of a Parser. |
Properties
Property | Description |
|---|---|
| Settings | Gets the SmartSettings for Smart.Format. |
Methods
Method | Description |
|---|---|
| ParseFormat | Parses a format string. |
Events
Member | Description |
|---|---|
| OnParsingFailure | Raised when an error occurs during parsing. |
Classes
Class | Description |
|---|---|
| Parser.ParsingErrorText | Supplies error text for the Parser. |
Enums
Enum | Description |
|---|---|
| Parser.ParsingError | Errors that can occur while parsing a format string. |