フレキシブルな高さとスクロールできるテキストエリアで文字列を編集できる属性
        テキストエリアの最大と最小の行数を指定し、フィールドをテキストのサイズに応じて大きくすることができます。スクロールバーはテキストがテキストエリアより大きくなった場合に表示されます。
Note:  The maximum lines refers to the maximum size of the TextArea.  There is no maximum to the number of lines entered by the user.
Text Area in Inspector.
      
using UnityEngine;
public class TextAreaExample : MonoBehaviour { [TextArea] public string MyTextArea; }
| TextAreaAttribute | フレキシブルな高さとスクロールできるテキストエリアで文字列を編集できる属性 | 
| order | 複数の DecorationDrawer がある場合に描画する順番を指定するフィールド |