МК
Size: a a a
МК
𝑰𝑷
PD
PD
𝑰𝑷
PD
PD
𝑰𝑷
string[] test = new string[] { "1", "2", "3", "4", "5" };
int[] arr = Array.ConvertAll<string, int> (test, int.Parse);
Debug.Log (arr);PD
string[] test = new string[] { "1", "2", "3", "4", "5" };
int[] arr = Array.ConvertAll<string, int> (test, int.Parse);
Debug.Log (arr);foreach(var x in arr)
Debug.Log(x)𝑰𝑷
foreach(var x in arr)
Debug.Log(x)S
МК
МК
МК
P
string[] test = new string[] { "1", "2", "3", "4", "5" };
int[] arr = Array.ConvertAll<string, int> (test, int.Parse);
Debug.Log (arr);S
RB
ож