Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

TextAreaAttribute Constructor

Declaration

public TextAreaAttribute();

Declaration

public TextAreaAttribute(int minLines, int maxLines);

Parameters

minLines The minimum amount of lines the text area will use.
maxLines The maximum amount of lines the text area can show before it starts using a scrollbar.

Description

Attribute to make a string be edited with a height-flexible and scrollable text area.