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
See Also
System.Attribute