|
Vertices Engine
v1.9.2.92
A Cross Platform game engine developed by Virtex Edge Design.
|
| ▼ src | |
| ▼ VerticesEngine | |
| ▼ src.shared | |
| ▼ Entities | |
| ▼ Particles | |
| vxParticleSystem.cs | The particle system instance |
| ▼ Net | |
| ▼ UI | |
| ▼ Server List | |
| vxSeverOnlineListDialog.cs | This is a Server Dialog which searches and retrieves any game servers on this LAN. It also allows the Player to set up a local server as well |
| ▼ Platform | |
| vxPlatform.cs | This class allows access to all of the platform specific functions such as the signed in player, or unlocking achievements, viewing leaderboards etc.. |
| ▼ Workshop | |
| ▼ Upload | |
| vxWorkshopUploadDialog.cs | Opens a Workshop Upload Dialog which allows the user to upload custom levels to a hosting solution like Steam Workshop or Firebase |
| vxGame.cs | This is the foundational class of the entire engine. You will need to create a class which inherit from vxGame and provide the proper overrides for configuration |