How to create jagged arrays which consist of 3 number of arrays (i.e. Arrays of arrays of arrays )?

35 Views Asked by At

I want to create Boxes in a 3-dimensional grid. To create the same, I stored the number of x,y and z elements in each array and iterated to produce boxes in 3D grid. C# ScriptError message

I expected boxes in a 3D grid Expected Boxes in 3D grid But someway I received the error message as mentioned. Could someone please share different ways to script the same?

0

There are 0 best solutions below