BLACKISH DEV BLOG Support
 

 

Unity: How to create an array with values in it

C#: public int[] val = new int[3] {1, 2, 3};
JS: var val : int[] = [1, 2, 3];

Bookmark the permalink. Follow any comments here with the RSS feed for this post. Trackbacks are closed, but you can post a comment.

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>