Level graphs
Level graph is an abstraction that lets us control the structure of generated levels.
Note: This guide lives in the 2D section of the documentation: here
The concepts and code are exactly the same in the 2D version.
2D vs 3D docs: In order to keep the docs maintainable and up-to-date, I decided to have parts of the documentation only available for the 2D version of Edgar. This happens only when the concepts are very similar in both versions.
As a rule of thumb, if you see a class with theGrid2D
suffix, there is a high chance that you can replace the suffix withGrid3D
to get a class withs a very similar API.
If you have any questions regarding the 3D version od Edgar, come to our Discord or contact me directly via email (ondra@nepozitek.cz).