Documentation for the Unity C# Library
Loading...
Searching...
No Matches
PixoVR.Apex.OrgModule Class Reference
Inheritance diagram for PixoVR.Apex.OrgModule:
[legend]

Public Member Functions

 OrgModule ()
 
 OrgModule (JToken token)
 
void Parse (JToken token)
 

Public Attributes

string AvailableLanguages = ""
 
string Categories = ""
 
string Description = ""
 
string Details = ""
 
string Distributor = ""
 
List< OrgModuleDownloadDownloads = new List<OrgModuleDownload>()
 
string externalId = ""
 
string IconURL = ""
 
int ID = -1
 
string Industry = ""
 
string LongDescription = ""
 
string Name = ""
 
int? PassingScore = null
 
PlatformPlayer player = null
 
string ShortDescription = ""
 
string UserGuideLink = ""
 

Properties

Texture2D Thumbnail [get, set]
 

Private Member Functions

GetValue< T > (JToken token, string propertyName, T defaultValue=default)
 

Private Attributes

Texture2D _thumbnail
 

Detailed Description

Definition at line 325 of file ApexTypes.cs.

Constructor & Destructor Documentation

◆ OrgModule() [1/2]

PixoVR.Apex.OrgModule.OrgModule ( )
inline

Definition at line 369 of file ApexTypes.cs.

◆ OrgModule() [2/2]

PixoVR.Apex.OrgModule.OrgModule ( JToken token)
inline

Definition at line 374 of file ApexTypes.cs.

Here is the call graph for this function:

Member Function Documentation

◆ GetValue< T >()

T PixoVR.Apex.OrgModule.GetValue< T > ( JToken token,
string propertyName,
T defaultValue = default )
inlineprivate

Definition at line 445 of file ApexTypes.cs.

◆ Parse()

void PixoVR.Apex.OrgModule.Parse ( JToken token)
inline

Definition at line 380 of file ApexTypes.cs.

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

Member Data Documentation

◆ _thumbnail

Texture2D PixoVR.Apex.OrgModule._thumbnail
private

Definition at line 340 of file ApexTypes.cs.

◆ AvailableLanguages

string PixoVR.Apex.OrgModule.AvailableLanguages = ""

Definition at line 336 of file ApexTypes.cs.

◆ Categories

string PixoVR.Apex.OrgModule.Categories = ""

Definition at line 361 of file ApexTypes.cs.

◆ Description

string PixoVR.Apex.OrgModule.Description = ""

Definition at line 330 of file ApexTypes.cs.

◆ Details

string PixoVR.Apex.OrgModule.Details = ""

Definition at line 334 of file ApexTypes.cs.

◆ Distributor

string PixoVR.Apex.OrgModule.Distributor = ""

Definition at line 337 of file ApexTypes.cs.

◆ Downloads

List<OrgModuleDownload> PixoVR.Apex.OrgModule.Downloads = new List<OrgModuleDownload>()

Definition at line 359 of file ApexTypes.cs.

◆ externalId

string PixoVR.Apex.OrgModule.externalId = ""

Definition at line 362 of file ApexTypes.cs.

◆ IconURL

string PixoVR.Apex.OrgModule.IconURL = ""

Definition at line 335 of file ApexTypes.cs.

◆ ID

int PixoVR.Apex.OrgModule.ID = -1

Definition at line 328 of file ApexTypes.cs.

◆ Industry

string PixoVR.Apex.OrgModule.Industry = ""

Definition at line 333 of file ApexTypes.cs.

◆ LongDescription

string PixoVR.Apex.OrgModule.LongDescription = ""

Definition at line 332 of file ApexTypes.cs.

◆ Name

string PixoVR.Apex.OrgModule.Name = ""

Definition at line 329 of file ApexTypes.cs.

◆ PassingScore

int? PixoVR.Apex.OrgModule.PassingScore = null

Definition at line 360 of file ApexTypes.cs.

◆ player

PlatformPlayer PixoVR.Apex.OrgModule.player = null

Definition at line 363 of file ApexTypes.cs.

◆ ShortDescription

string PixoVR.Apex.OrgModule.ShortDescription = ""

Definition at line 331 of file ApexTypes.cs.

◆ UserGuideLink

string PixoVR.Apex.OrgModule.UserGuideLink = ""

Definition at line 338 of file ApexTypes.cs.

Property Documentation

◆ Thumbnail

Texture2D PixoVR.Apex.OrgModule.Thumbnail
getset

Definition at line 343 of file ApexTypes.cs.


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