LabelWidth

Changes the label width of a property.

Applied on Properties

[LabelWidth(120)]
public float wideProperty;

[LabelWidth(100)]
public int regularWidth;

Last updated