Namespace TMPEffects.TextProcessing
Classes
- ParsingUtility
Utility methods for text processing and parsing.
- ParsingUtility.TagInfo
Utility class that holds data about a parsed tag.
- TMPTextProcessor
Preprocesses the text, removing valid tags.
As part of a post process, also adjusts the indices of the parsed tags to accomodate for native TextMeshPro tags.
- TagProcessor
Handles processing of, and stores successfully processed tags.
- TagProcessorManager
Manages multiple TagProcessor.
Interfaces
- ITagProcessorManager
Interface for manager of TagProcessor.
Enums
- ParsingUtility.TagType
Tag type enum.
Either open, close, or both.