Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

unity set list of strings

int[] numbers = new int[] {1, 2, 3, 4, 5};
int[] numbers = new int[5];
string[] names = new string[] {"Matt", "Joanne", "Robert"};
Source by forum.unity.com #
 
PREVIOUS NEXT
Tagged: #unity #set #list #strings
ADD COMMENT
Topic
Name
9+5 =