Skip to content

Instantly share code, notes, and snippets.

@todorok1
Created July 16, 2018 07:48
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/0183389c5e9e5e4c435abe5ab53ad793 to your computer and use it in GitHub Desktop.
Save todorok1/0183389c5e9e5e4c435abe5ab53ad793 to your computer and use it in GitHub Desktop.
TextAreaAttributeの動きを確認
// コンパイルはできるけどInspectorとコンソールで警告が表示される
[TextArea]
public int textAreaInt;
// コンパイルはできるけどInspectorとコンソールで警告が表示される
[TextArea]
public Vector3 textAreaVector;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment