Search Results for

    Show / Hide Table of Contents

    Class TooltipAttribute

    Specifies a tooltip for a property/field in the editor.

    Inheritance
    System.Object
    TooltipAttribute
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    public sealed class TooltipAttribute : Attribute

    Constructors

    TooltipAttribute(String)

    Initializes a new instance of the TooltipAttribute class.

    Declaration
    public TooltipAttribute(string text)
    Parameters
    System.String text

    The tooltip text.

    Fields

    Text

    The tooltip text.

    Declaration
    public string Text
    Field Value
    System.String

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)

    See Also

    System.Attribute
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat