Documentation for the Unity C# Library
Loading...
Searching...
No Matches
PixoVR.Apex.Session Class Reference

Public Member Functions

bool isComplete ()
 
void RefreshDisplayFields ()
 

Public Attributes

DateTime? completedAt
 
int id
 
float? maxScore
 
Module module
 
int moduleId
 
float? rawScore
 
string result
 
float scaledScore
 
DateTime startedAt
 
string status
 
int userId
 

Private Member Functions

string GetDurationFormatted ()
 

Private Attributes

string sessionActiveStatusDisplay
 [SerializeField]
 
string sessionModuleDisplay
 [SerializeField]
 

Detailed Description

Definition at line 1068 of file ApexTypes.cs.

Member Function Documentation

◆ GetDurationFormatted()

string PixoVR.Apex.Session.GetDurationFormatted ( )
inlineprivate

Definition at line 1126 of file ApexTypes.cs.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ isComplete()

bool PixoVR.Apex.Session.isComplete ( )
inline

Definition at line 1121 of file ApexTypes.cs.

Here is the caller graph for this function:

◆ RefreshDisplayFields()

void PixoVR.Apex.Session.RefreshDisplayFields ( )
inline

Definition at line 1101 of file ApexTypes.cs.

Here is the call graph for this function:

Member Data Documentation

◆ completedAt

DateTime? PixoVR.Apex.Session.completedAt

Definition at line 1081 of file ApexTypes.cs.

◆ id

int PixoVR.Apex.Session.id

Definition at line 1070 of file ApexTypes.cs.

◆ maxScore

float? PixoVR.Apex.Session.maxScore

Definition at line 1076 of file ApexTypes.cs.

◆ module

Module PixoVR.Apex.Session.module

Definition at line 1073 of file ApexTypes.cs.

◆ moduleId

int PixoVR.Apex.Session.moduleId

Definition at line 1072 of file ApexTypes.cs.

◆ rawScore

float? PixoVR.Apex.Session.rawScore

Definition at line 1075 of file ApexTypes.cs.

◆ result

string PixoVR.Apex.Session.result

Definition at line 1079 of file ApexTypes.cs.

◆ scaledScore

float PixoVR.Apex.Session.scaledScore

Definition at line 1077 of file ApexTypes.cs.

◆ sessionActiveStatusDisplay

string PixoVR.Apex.Session.sessionActiveStatusDisplay
privateSerializeField

[SerializeField]

Definition at line 1098 of file ApexTypes.cs.

◆ sessionModuleDisplay

string PixoVR.Apex.Session.sessionModuleDisplay
privateSerializeField

[SerializeField]

Definition at line 1094 of file ApexTypes.cs.

◆ startedAt

DateTime PixoVR.Apex.Session.startedAt

Definition at line 1080 of file ApexTypes.cs.

◆ status

string PixoVR.Apex.Session.status

Definition at line 1078 of file ApexTypes.cs.

◆ userId

int PixoVR.Apex.Session.userId

Definition at line 1071 of file ApexTypes.cs.


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