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;
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;
Last updated