LabelText

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

Applied on Properties

[LabelText("Speed Value")]
public float speed;

Last updated