Vertices Engine
v1.9.2.92
A Cross Platform game engine developed by Virtex Edge Design.
|
Classes | |
class | ItchAPIResponse |
class | ItchProfileResponse |
The expected response from Itch with player profile info. More... | |
class | ItchUserResponse |
struct | vxAchievement |
This class holds all information for an achievement. More... | |
interface | vxIPlayerProfile |
Platform specific wrapper for handling player profile. This is used for providing which player is currently playing through steam. More... | |
class | vxLeaderboard |
Vx leaderboard. More... | |
class | vxPlatform |
This class allows access to all of the platform specific functions such as the signed in player, or unlocking achievements, viewing leaderboards etc... The default platform wrappers are provided for Steam, Google Play and iOS. You can create your own by implementing the vxIPlayerProfile interface and overriding the VerticesEngine.vxGame.InitPlayerPlatformProfile() method call. More... | |
class | vxPlayerProfileGenericWrapper |
Basic wrapper for interfacing with a Specific Services Game API's. This is the generic version. More... | |
class | vxPlayerProfileItchIoWrapper |
ItchIO platform wrapper. More... | |
class | vxPlayerProfileSteamWrapper |
Steam platform wrapper. More... | |
class | vxPlayerStat |
class | vxStatsManager |
A class for handling player stats such as 'number of levels played' 'total number of enemies beaten' etc... More... | |
Enumerations | |
enum | vxAchievementType { Single , Incremental } |