Unity C# is it possible to a get sub array of 2d array?

前端 未结 0 1220
暗喜
暗喜 2021-02-11 01:34

i have an array like so

    int[,] 2dArray = new int[8,16]{...filled it up...};

i want to get one of the 8 arrays and store it in subArray

相关标签:
回答
  • 消灭零回复
提交回复
热议问题