Alchemy/docs/articles/en/attributes/label-text.md
2024-02-20 14:49:47 +09:00

470 B
Raw Blame History

Label Text Attribute

Overrides the label text of the field.

img

[LabelText("FOO!")]
public float foo;

[LabelText("BAR!")]
public Vector3 bar;

[LabelText("BAZ!")]
public GameObject baz;

[Space]
[LabelText("α")]
public float alpha;

[LabelText("β")]
public Vector3 beta;

[LabelText("γ")]
public GameObject gamma;
Parameter Description
Text The text to display on the field label