![]() |
CsoundUnity 3.4.0
https://github.com/rorywalsh/CsoundUnity
|
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 |
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.
| 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
| runtime |
Definition at line 101 of file CsoundUnity.cs.
| string EnvironmentSettings.GetPathDescriptor | ( | bool | runtime | ) |
Definition at line 247 of file CsoundUnity.cs.
| string EnvironmentSettings.GetPlatformString | ( | ) |
Definition at line 242 of file CsoundUnity.cs.
| string EnvironmentSettings.GetTypeString | ( | ) |
Definition at line 237 of file CsoundUnity.cs.
| EnvironmentPathOrigin EnvironmentSettings.baseFolder |
Definition at line 91 of file CsoundUnity.cs.
| bool EnvironmentSettings.foldout |
Definition at line 94 of file CsoundUnity.cs.
| SupportedPlatform EnvironmentSettings.platform |
Definition at line 89 of file CsoundUnity.cs.
| string EnvironmentSettings.suffix |
Definition at line 92 of file CsoundUnity.cs.
| CsoundUnity.EnvType EnvironmentSettings.type |
Definition at line 90 of file CsoundUnity.cs.