Vertices Engine
v1.9.2.92
A Cross Platform game engine developed by Virtex Edge Design.
|
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. More...
Classes | |
class | VerticesEngine.vxGame |
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. More... | |
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.
You will need to provide a VerticesEngine.vxGameConfigurationsAttribute which provides configuration data for the engine to use your game instance. See the VerticesEngine.vxGame documentations for a breakdown of how to provide it.