LabelWidth
Changes the label width of a property.

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

[LabelWidth(120)]
public float wideProperty;
[LabelWidth(100)]
public int regularWidth;[LabelWidth(float width)]width: The width of the label
Last updated