CsoundUnity 3.4.0
https://github.com/rorywalsh/CsoundUnity
EnvironmentSettings Class Reference

This class describes a setting that is meant to be used to set Csound's Global Environment Variables More...

Public Member Functions

string GetPath (bool runtime=false)
 Set the runtime bool true on Editor for debug purposes only, let Unity detect the correct path with Application.persistentDataPath More...
 
string GetTypeString ()
 
string GetPlatformString ()
 
string GetPathDescriptor (bool runtime)
 

Public Attributes

SupportedPlatform platform
 
CsoundUnity.EnvType type
 
EnvironmentPathOrigin baseFolder
 
string suffix
 
bool foldout
 

Detailed Description

This class describes a setting that is meant to be used to set Csound's Global Environment Variables

Definition at line 87 of file CsoundUnity.cs.

Member Function Documentation

◆ GetPath()

string EnvironmentSettings.GetPath ( bool  runtime = false)

Set the runtime bool true on Editor for debug purposes only, let Unity detect the correct path with Application.persistentDataPath

Parameters
runtime
Returns

Definition at line 101 of file CsoundUnity.cs.

◆ GetPathDescriptor()

string EnvironmentSettings.GetPathDescriptor ( bool  runtime)

Definition at line 247 of file CsoundUnity.cs.

◆ GetPlatformString()

string EnvironmentSettings.GetPlatformString ( )

Definition at line 242 of file CsoundUnity.cs.

◆ GetTypeString()

string EnvironmentSettings.GetTypeString ( )

Definition at line 237 of file CsoundUnity.cs.

Member Data Documentation

◆ baseFolder

EnvironmentPathOrigin EnvironmentSettings.baseFolder

Definition at line 91 of file CsoundUnity.cs.

◆ foldout

bool EnvironmentSettings.foldout

Definition at line 94 of file CsoundUnity.cs.

◆ platform

SupportedPlatform EnvironmentSettings.platform

Definition at line 89 of file CsoundUnity.cs.

◆ suffix

string EnvironmentSettings.suffix

Definition at line 92 of file CsoundUnity.cs.

◆ type

CsoundUnity.EnvType EnvironmentSettings.type

Definition at line 90 of file CsoundUnity.cs.


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