Created
July 16, 2018 07:48
-
-
Save todorok1/0183389c5e9e5e4c435abe5ab53ad793 to your computer and use it in GitHub Desktop.
TextAreaAttributeの動きを確認
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// コンパイルはできるけど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