Documentation for the Unity C# Library
Loading...
Searching...
No Matches
PixoVR.Apex.JoinSessionResponse Class ReferenceSerializable

[Serializable] More...

Inheritance diagram for PixoVR.Apex.JoinSessionResponse:
[legend]

Public Member Functions

bool HasErrored ()
 
void ParseData ()
 

Public Attributes

JObject Data
 
string Error
 
string HttpCode
 
string Message
 
int SessionId
 

Detailed Description

[Serializable]

Definition at line 57 of file ApexTypes.cs.

Member Function Documentation

◆ HasErrored()

bool PixoVR.Apex.FailureResponse.HasErrored ( )
inlineinherited

Implements PixoVR.Apex.IPlatformErrorable.

Definition at line 33 of file ApexTypes.cs.

◆ ParseData()

void PixoVR.Apex.JoinSessionResponse.ParseData ( )
inline

Definition at line 62 of file ApexTypes.cs.

Here is the caller graph for this function:

Member Data Documentation

◆ Data

JObject PixoVR.Apex.JoinSessionResponse.Data

Definition at line 59 of file ApexTypes.cs.

◆ Error

string PixoVR.Apex.FailureResponse.Error
inherited

Definition at line 29 of file ApexTypes.cs.

◆ HttpCode

string PixoVR.Apex.FailureResponse.HttpCode
inherited

Definition at line 30 of file ApexTypes.cs.

◆ Message

string PixoVR.Apex.FailureResponse.Message
inherited

Definition at line 31 of file ApexTypes.cs.

◆ SessionId

int PixoVR.Apex.JoinSessionResponse.SessionId

Definition at line 60 of file ApexTypes.cs.


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