Skip to content

Instantly share code, notes, and snippets.

@todorok1
Created July 16, 2018 07:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save todorok1/6ea9b5990e3cee27c789ad37de78e599 to your computer and use it in GitHub Desktop.
Save todorok1/6ea9b5990e3cee27c789ad37de78e599 to your computer and use it in GitHub Desktop.
TextAreaAttributeの動きを確認
// 行数を指定することができる
[TextArea(5, 7)]
public string textAreaMin5Max7;
// 行数を指定することができる
[TextArea(7, 5)]
public string textAreaMin7Max5;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment