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 ()
 
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 ()
 
static Dictionary< string, string > ParseURLArguments (string url)
 
static bool ReadFile (string fileName, out byte[] data)
 
static bool ReadFileAsString (string fileName, out string data)
 
static bool WriteFile (string fileName, byte[] data)
 
static bool WriteStringToFile (string fileName, string data, System.Text.Encoding encoding=null)
 

Properties

static T Instance [get]
 

Private Attributes

PixoGenericPlatformUtilities PlatformUtilities
 

Static Private Attributes

static readonly T instance
 

Detailed Description

Definition at line 6 of file PixoPlatformUtilities.cs.

Constructor & Destructor Documentation

◆ PixoPlatformUtilities()

PixoVR.Apex.PixoPlatformUtilities.PixoPlatformUtilities ( )
inline

Definition at line 9 of file PixoPlatformUtilities.cs.

Member Function Documentation

◆ _ParseApplicationArguments()

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

Definition at line 41 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 30 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 24 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 36 of file PixoPlatformUtilities.cs.

Here is the caller graph for this function:

◆ ParseURLArguments()

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

Definition at line 66 of file PixoPlatformUtilities.cs.

Here is the caller graph for this function:

◆ ReadFile()

static bool PixoVR.Apex.PixoPlatformUtilities.ReadFile ( string fileName,
out byte[] data )
inlinestatic

Definition at line 51 of file PixoPlatformUtilities.cs.

◆ ReadFileAsString()

static bool PixoVR.Apex.PixoPlatformUtilities.ReadFileAsString ( string fileName,
out string data )
inlinestatic

Definition at line 46 of file PixoPlatformUtilities.cs.

◆ WriteFile()

static bool PixoVR.Apex.PixoPlatformUtilities.WriteFile ( string fileName,
byte[] data )
inlinestatic

Definition at line 56 of file PixoPlatformUtilities.cs.

◆ WriteStringToFile()

static bool PixoVR.Apex.PixoPlatformUtilities.WriteStringToFile ( string fileName,
string data,
System::Text::Encoding encoding = null )
inlinestatic

Definition at line 61 of file PixoPlatformUtilities.cs.

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 8 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: