Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SceneLayer API: Multidimensional arrays? #7

Open
MainMemory opened this issue Oct 8, 2017 · 0 comments
Open

SceneLayer API: Multidimensional arrays? #7

MainMemory opened this issue Oct 8, 2017 · 0 comments

Comments

@MainMemory
Copy link

Are you aware that C# supports true multidimensional arrays rather than just jagged arrays (arrays of arrays)? Maybe it's just me, but I would find it a lot more convenient to use layer.Tiles[x, y] instead of layer.Tiles[y][x]. If you would rather keep things as they are now, that's fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant