docs.unity3d.com
    Show / Hide Table of Contents

    Struct HighlightState

    Namespace: TMPro
    Syntax
    public struct HighlightState

    Constructors

    HighlightState(Color32, TMP_Offset)

    Declaration
    public HighlightState(Color32 color, TMP_Offset padding)
    Parameters
    Type Name Description
    Color32 color
    TMP_Offset padding

    Fields

    color

    Declaration
    public Color32 color
    Field Value
    Type Description
    Color32

    padding

    Declaration
    public TMP_Offset padding
    Field Value
    Type Description
    TMP_Offset

    Methods

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    Object obj
    Returns
    Type Description
    Boolean
    Overrides
    ValueType.Equals(Object)

    Equals(HighlightState)

    Declaration
    public bool Equals(HighlightState other)
    Parameters
    Type Name Description
    HighlightState other
    Returns
    Type Description
    Boolean

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    Int32
    Overrides
    ValueType.GetHashCode()

    Operators

    Equality(HighlightState, HighlightState)

    Declaration
    public static bool operator ==(HighlightState lhs, HighlightState rhs)
    Parameters
    Type Name Description
    HighlightState lhs
    HighlightState rhs
    Returns
    Type Description
    Boolean

    Inequality(HighlightState, HighlightState)

    Declaration
    public static bool operator !=(HighlightState lhs, HighlightState rhs)
    Parameters
    Type Name Description
    HighlightState lhs
    HighlightState rhs
    Returns
    Type Description
    Boolean
    Back to top
    Terms of use
    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