docs.unity.cn
    Show / Hide Table of Contents

    Interface IFormatterLiteralExtractor

    Extracts the literal characters from a Format string

    Namespace: UnityEngine.Localization.SmartFormat.Core.Extensions
    Syntax
    public interface IFormatterLiteralExtractor

    Methods

    WriteAllLiterals(IFormattingInfo)

    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.

    Declaration
    void WriteAllLiterals(IFormattingInfo formattingInfo)
    Parameters
    Type Name Description
    IFormattingInfo formattingInfo
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on Thursday, October 28, 2021