Directed level graphs
In this guide, you will see what you can do if yiz make the level graph directed and mark some doors as entrance-only or exit-only.
Note: This guide lives in the 2D section of the documentation: here
The concepts are the same in the 2D version. The only difference is that in the 3D version, the direction of individual doors is configured in the
DoorHandler
component.
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).