Alchemy/docs/articles/ja/attributes/hide-label.md
2024-02-19 10:59:29 +09:00

242 B

Hide Label Attribute

フィールドのラベルを非表示にします。

img

[HideLabel]
public float foo;

[HideLabel]
public Vector3 bar;

[HideLabel]
public GameObject baz;