EditorLabelAttribute

Namespace: Murder.Attributes
Assembly: Murder.dll

public class EditorLabelAttribute : Attribute

Label that will show up for this field in the editor.

Implements: Attribute

⭐ Constructors

public EditorLabelAttribute(string label1, string label2)

Parameters
label1 string
label2 string

public EditorLabelAttribute(string label1)

Parameters
label1 string

⭐ Properties

Label1

public readonly string Label1;

The content of the tooltip.

Returns
string

Label2

public readonly string Label2;

[Optional] Secondary label.

Returns
string

TypeId

public virtual Object TypeId { get; }

Returns
Object