LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

This version of Unity is unsupported.

MultilineAttribute Constructor

public MultilineAttribute();
public MultilineAttribute(int lines);

Parameters

linesHow many lines of text to make room for. Default is 3.

Description

Attribute used to make a string value be shown in a multiline textarea.