Vertices Engine  v1.9.2.92
A Cross Platform game engine developed by Virtex Edge Design.
Loading...
Searching...
No Matches
VerticesEngine.Utilities.vxPlatformString Class Reference

Different set of strings based off of. More...

Public Member Functions

string GetValueForPlatform (vxPlatformType platformType)
 Returns the Value for the specefied platform.
 
 vxPlatformString (string googlePlayID="", string appleID="", string steamID="", string itchIoID="")
 Holds a set of Platform strings for different platforms.
 
 vxPlatformString (string desktop="", string mobile="")
 Holds a set of Platform strings for different platforms differentiated by platform type.
 

Properties

string Value [get]
 Returns the Value for this specific platform.
 
bool IsValid [get]
 Is there a valid entry for this platform. This will return true if the value is not empty.
 

Detailed Description

Different set of strings based off of.

Constructor & Destructor Documentation

◆ vxPlatformString() [1/2]

VerticesEngine.Utilities.vxPlatformString.vxPlatformString ( string googlePlayID = "",
string appleID = "",
string steamID = "",
string itchIoID = "" )

Holds a set of Platform strings for different platforms.

Parameters
googlePlayID
appleID
steamID
itchIoID

◆ vxPlatformString() [2/2]

VerticesEngine.Utilities.vxPlatformString.vxPlatformString ( string desktop = "",
string mobile = "" )

Holds a set of Platform strings for different platforms differentiated by platform type.

Parameters
desktop
mobile

The documentation for this class was generated from the following file: