docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Constructor Expander

    Expander()

    Creates an instance with default padding characters.

    Declaration
    public Expander()

    Expander(char)

    Creates an instance with a single padding character.

    Declaration
    public Expander(char paddingCharacter)
    Parameters
    Type Name Description
    char paddingCharacter

    The character to use for padding.

    Expander(char, char)

    Creates an instance with a range of padding characters from start to end.

    Declaration
    public Expander(char start, char end)
    Parameters
    Type Name Description
    char start

    The character at the start of the range.

    char end

    The last character in the range.

    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)