[Description]

Attribute used for displaying a simple text description above the field.

Parameters

Parameter Name
Arguments
Description

text

string

Description text to display.

Examples

[Description("This is a description text.")]
public string description;

[Description("Enter your name here.")]
public string userName;

Last updated