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

Public Member Functions

 PixoPlatformUtilities ()
 
bool _OpenApplication (string applicationPath, string[] argumentKeys, string[] argumentValues)
 
bool _OpenURL (string url)
 
Dictionary< string, string > _ParseApplicationArguments ()
 

Static Public Member Functions

static bool OpenApplication (string applicationPath, string[] argumentKeys, string[] argumentValues)
 
static bool OpenURL (string url)
 
static Dictionary< string, string > ParseApplicationArguments ()
 

Properties

static T Instance [get]
 

Private Attributes

PixoGenericPlatformUtilities PlatformUtilities
 

Static Private Attributes

static readonly T instance
 

Detailed Description

Definition at line 7 of file PixoPlatformUtilities.cs.

Constructor & Destructor Documentation

◆ PixoPlatformUtilities()

PixoVR.Apex.PixoPlatformUtilities.PixoPlatformUtilities ( )
inline

Definition at line 10 of file PixoPlatformUtilities.cs.

Member Function Documentation

◆ _OpenApplication()

bool PixoVR.Apex.PixoPlatformUtilities._OpenApplication ( string applicationPath,
string[] argumentKeys,
string[] argumentValues )
inline

Definition at line 38 of file PixoPlatformUtilities.cs.

Here is the call graph for this function:

◆ _OpenURL()

bool PixoVR.Apex.PixoPlatformUtilities._OpenURL ( string url)
inline

Definition at line 28 of file PixoPlatformUtilities.cs.

Here is the call graph for this function:

◆ _ParseApplicationArguments()

Dictionary< string, string > PixoVR.Apex.PixoPlatformUtilities._ParseApplicationArguments ( )
inline

Definition at line 48 of file PixoPlatformUtilities.cs.

Here is the call graph for this function:

◆ OpenApplication()

static bool PixoVR.Apex.PixoPlatformUtilities.OpenApplication ( string applicationPath,
string[] argumentKeys,
string[] argumentValues )
inlinestatic

Definition at line 33 of file PixoPlatformUtilities.cs.

Here is the caller graph for this function:

◆ OpenURL()

static bool PixoVR.Apex.PixoPlatformUtilities.OpenURL ( string url)
inlinestatic

Definition at line 23 of file PixoPlatformUtilities.cs.

Here is the caller graph for this function:

◆ ParseApplicationArguments()

static Dictionary< string, string > PixoVR.Apex.PixoPlatformUtilities.ParseApplicationArguments ( )
inlinestatic

Definition at line 43 of file PixoPlatformUtilities.cs.

Here is the caller graph for this function:

Member Data Documentation

◆ instance

readonly T PixoVR.Apex.PixoSingleton< T >.instance
staticprivateinherited

Definition at line 8 of file PixoSingleton.cs.

◆ PlatformUtilities

PixoGenericPlatformUtilities PixoVR.Apex.PixoPlatformUtilities.PlatformUtilities
private

Definition at line 9 of file PixoPlatformUtilities.cs.

Property Documentation

◆ Instance

T PixoVR.Apex.PixoSingleton< T >.Instance
staticgetinherited

Definition at line 10 of file PixoSingleton.cs.


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