ConstantTextAreaAttribute

public ConstantTextAreaAttribute() ;

複数行の文字列を編集できる属性。
InputField<string>のフィールドに適用できる。

public ConstantTextAreaAttribute(int minLines, int maxLines) ;

複数行の文字列を編集できる属性。InputField<string>のフィールドに適用できる。

パラメーター名 説明
minLines 最小行数
maxLines 最大行数