TooltipAttribute
Namespace: Murder.Attributes
Assembly: Murder.dll
public class TooltipAttribute : Attribute
Tooltip that will show up when hovering over a field in the editor.
Implements: Attribute
⭐ Constructors
public TooltipAttribute(string text)
Creates a new TooltipAttribute.
Parameters
text
string
⭐ Properties
Text
public string Text;
The content of the tooltip.
Returns
string
TypeId
public virtual Object TypeId { get; }
Returns
Object
⚡