Class Paragraph.LineRange | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class Paragraph.LineRange

    Inheritance
    System.Object
    Paragraph.LineRange
    Namespace: Unity.UIWidgets.ui
    Syntax
    public class LineRange

    Constructors

    LineRange(Int32, Int32, Int32, Int32, Boolean)

    Declaration
    public LineRange(int start, int end, int endExcludingWhitespace, int endIncludingNewLine, bool hardBreak)
    Parameters
    Type Name Description
    System.Int32 start
    System.Int32 end
    System.Int32 endExcludingWhitespace
    System.Int32 endIncludingNewLine
    System.Boolean hardBreak

    Fields

    end

    Declaration
    public readonly int end
    Field Value
    Type Description
    System.Int32

    endExcludingWhitespace

    Declaration
    public readonly int endExcludingWhitespace
    Field Value
    Type Description
    System.Int32

    endIncludingNewLine

    Declaration
    public readonly int endIncludingNewLine
    Field Value
    Type Description
    System.Int32

    hardBreak

    Declaration
    public readonly bool hardBreak
    Field Value
    Type Description
    System.Boolean

    start

    Declaration
    public readonly int start
    Field Value
    Type Description
    System.Int32
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023