1.5.3 |
Documentation for the Unity C# Library
|
Namespaces | |
namespace | Events |
namespace | Utils |
namespace | XAPI |
Enumerations | |
enum | ApexWebsocketRequestType : uint { AuthorizationCode = 0 } |
enum | APIPlatformServer : int { NA_PRODUCTION = 0 , NA_STAGE , NA_DEV , SA_PRODUCTION } |
enum | PlatformServer : int { NA_PRODUCTION = 0 , NA_STAGE , NA_DEV , SA_PRODUCTION } |
enum | ResponseType { RT_NONE = 0 , RT_FAILED_RESPONSE , RT_PING , RT_LOGIN , RT_GET_USER , RT_SESSION_JOINED , RT_SESSION_COMPLETE , RT_SESSION_EVENT , RT_GET_USER_ACCESS , RT_GET_USER_MODULES , RT_GET_MODULES_LIST , RT_GEN_AUTH_LOGIN , RT_HEARTBEAT } |
enum | WebPlatformServer : int { NA_PRODUCTION = 0 , NA_STAGE , NA_DEV , SA_PRODUCTION } |
Functions | |
delegate void | PlatformResponse (ResponseType type, bool wasSuccessful, object responseData) |
enum PixoVR.Apex.ApexWebsocketRequestType : uint |
Enumerator | |
---|---|
AuthorizationCode |
Definition at line 11 of file ApexWebsocket.cs.
enum PixoVR.Apex.APIPlatformServer : int |
Enumerator | |
---|---|
NA_PRODUCTION | |
NA_STAGE | |
NA_DEV | |
SA_PRODUCTION |
Definition at line 44 of file PlatformEnums.cs.
enum PixoVR.Apex.PlatformServer : int |
Enumerator | |
---|---|
NA_PRODUCTION | |
NA_STAGE | |
NA_DEV | |
SA_PRODUCTION |
Definition at line 19 of file PlatformEnums.cs.
Definition at line 13 of file PlatformAPIHandler.cs.
enum PixoVR.Apex.WebPlatformServer : int |
Enumerator | |
---|---|
NA_PRODUCTION | |
NA_STAGE | |
NA_DEV | |
SA_PRODUCTION |
Definition at line 32 of file PlatformEnums.cs.
delegate void PixoVR.Apex.PlatformResponse | ( | ResponseType | type, |
bool | wasSuccessful, | ||
object | responseData ) |