LabelText
Changes the label name of a property. If the property already has a label assigned, it will be replaced.

[LabelText("Speed Value")]
public float speed;[LabelText(string labelText)]Last updated
Changes the label name of a property. If the property already has a label assigned, it will be replaced.

[LabelText("Speed Value")]
public float speed;[LabelText(string labelText)]Last updated