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