docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct Extents

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: TMPro
    Assembly: Unity.TextMeshPro.dll
    Syntax
    public struct Extents

    Constructors

    Extents(Vector2, Vector2)

    Declaration
    public Extents(Vector2 min, Vector2 max)
    Parameters
    Type Name Description
    Vector2 min
    Vector2 max

    Fields

    max

    Declaration
    public Vector2 max
    Field Value
    Type Description
    Vector2

    min

    Declaration
    public Vector2 min
    Field Value
    Type Description
    Vector2

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    ValueType.ToString()
    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)