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)]labelText: The label to be displayed.
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)]labelText: The label to be displayed.
Last updated