docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method Write

    Write(string)

    Writes a string to the output.

    Declaration
    void Write(string text)
    Parameters
    Type Name Description
    string text

    Write(string, int, int)

    Writes a substring to the output.

    Declaration
    void Write(string text, int startIndex, int length)
    Parameters
    Type Name Description
    string text
    int startIndex
    int length

    Write(Format, object)

    Writes the nested format to the output.

    Declaration
    void Write(Format format, object value)
    Parameters
    Type Name Description
    Format format
    object value
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)