docs.unity.cn
    Show / Hide Table of Contents

    Interface ITextPreprocessor

    Interface used for preprocessing and shaping of text.

    Namespace: TMPro
    Syntax
    public interface ITextPreprocessor

    Methods

    PreprocessText(String)

    Function used for preprocessing of text

    Declaration
    string PreprocessText(string text)
    Parameters
    Type Name Description
    String text

    Source text to be processed

    Returns
    Type Description
    String

    Processed text

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Friday, December 16, 2022
    Terms of use