Class Tooltip | UIWidgets | 1.5.4-preview.12
docs.unity3d.com
    Show / Hide Table of Contents

    Class Tooltip

    Inheritance
    Object
    Diagnosticable
    DiagnosticableTree
    CanonicalMixinDiagnosticableTree
    Widget
    StatefulWidget
    Tooltip
    Inherited Members
    StatefulWidget.createElement()
    Widget.key
    Widget.toStringShort()
    Widget.canUpdate(Widget, Widget)
    CanonicalMixinDiagnosticableTree.pureWidget
    CanonicalMixinDiagnosticableTree.Equals(Object)
    CanonicalMixinDiagnosticableTree.GetHashCode()
    DiagnosticableTree.toStringShallow(String, DiagnosticLevel)
    DiagnosticableTree.toStringDeep(String, String, DiagnosticLevel)
    DiagnosticableTree.toDiagnosticsNode(String, DiagnosticsTreeStyle)
    DiagnosticableTree.debugDescribeChildren()
    Diagnosticable.ToString()
    Diagnosticable.toString(DiagnosticLevel)
    Namespace: Unity.UIWidgets.material
    Syntax
    public class Tooltip : StatefulWidget

    Constructors

    Tooltip(Key, String, Single, EdgeInsets, Single, Boolean, Widget)

    Declaration
    public Tooltip(Key key = null, string message = null, float height = 32F, EdgeInsets padding = null, float verticalOffset = 24F, bool preferBelow = true, Widget child = null)
    Parameters
    Type Name Description
    Key key
    String message
    Single height
    EdgeInsets padding
    Single verticalOffset
    Boolean preferBelow
    Widget child

    Fields

    child

    Declaration
    public readonly Widget child
    Field Value
    Type Description
    Widget

    height

    Declaration
    public readonly float height
    Field Value
    Type Description
    Single

    message

    Declaration
    public readonly string message
    Field Value
    Type Description
    String

    padding

    Declaration
    public readonly EdgeInsets padding
    Field Value
    Type Description
    EdgeInsets

    preferBelow

    Declaration
    public readonly bool preferBelow
    Field Value
    Type Description
    Boolean

    verticalOffset

    Declaration
    public readonly float verticalOffset
    Field Value
    Type Description
    Single

    Methods

    createState()

    Declaration
    public override State createState()
    Returns
    Type Description
    State
    Overrides
    StatefulWidget.createState()

    debugFillProperties(DiagnosticPropertiesBuilder)

    Declaration
    public override void debugFillProperties(DiagnosticPropertiesBuilder properties)
    Parameters
    Type Name Description
    DiagnosticPropertiesBuilder properties
    Overrides
    Widget.debugFillProperties(DiagnosticPropertiesBuilder)
    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