Skip to content

Instantly share code, notes, and snippets.

@todorok1
Created July 16, 2018 05:25
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/f66cc98eda5bee7a54989d40afcb39ab to your computer and use it in GitHub Desktop.
Save todorok1/f66cc98eda5bee7a54989d40afcb39ab to your computer and use it in GitHub Desktop.
TextAreaAttributeの動きを確認
// publicで宣言
[TextArea]
public string textArea;
// SerializeFieldと並べて使える
[SerializeField][TextArea]
string textArea2;
// Multilineとは見た目も違う
[SerializeField][Multiline]
string multiline;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment