Table of Contents

Class TooltipAttribute

Namespace
KeenEyes
Assembly
KeenEyes.Abstractions.dll

Provides a tooltip for the field in the editor inspector.

[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field, Inherited = false, AllowMultiple = false)]
[ExcludeFromCodeCoverage]
public sealed class TooltipAttribute : Attribute
Inheritance
TooltipAttribute
Inherited Members

Constructors

TooltipAttribute(string)

Provides a tooltip for the field in the editor inspector.

public TooltipAttribute(string text)

Parameters

text string

The tooltip text.

Properties

Text

Gets the tooltip text.

public string Text { get; }

Property Value

string