Interface IOutput | Localization | 0.8.1-preview
docs.unity.cn
    Show / Hide Table of Contents

    Interface IOutput

    Writes a string to the output.

    Namespace: UnityEngine.Localization.SmartFormat.Core.Output
    Syntax
    public interface IOutput

    Methods

    Write(String, Int32, Int32, IFormattingInfo)

    Writes a substring to the output.

    Declaration
    void Write(string text, int startIndex, int length, IFormattingInfo formattingInfo)
    Parameters
    Type Name Description
    String text
    Int32 startIndex
    Int32 length
    IFormattingInfo formattingInfo

    Write(String, IFormattingInfo)

    Writes a string to the output.

    Declaration
    void Write(string text, IFormattingInfo formattingInfo)
    Parameters
    Type Name Description
    String text
    IFormattingInfo formattingInfo
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on Wednesday, August 19, 2020