LabelWidth
Changes the label width of a property.

[LabelWidth(120)]
public float wideProperty;
[LabelWidth(100)]
public int regularWidth;
Last updated
Changes the label width of a property.
[LabelWidth(120)]
public float wideProperty;
[LabelWidth(100)]
public int regularWidth;
Last updated