[Label]

Attribute overrides the field label text.

Parameters

Parameter Name
Description

name

Custom label text to display.

Examples

[Label("Custom Name")]
public int value;

[Label("My Vector")]
public Vector3 vector;

Last updated