Struct ApplicationConfig
- Namespace
- Elegy.Common.Assets
- Assembly
- Elegy.Common.dll
public struct ApplicationConfig
- Inherited Members
-
Constructors
ApplicationConfig()
public ApplicationConfig()
Properties
AudioSystem
public string AudioSystem { readonly get; set; }
Property Value
- string
Developer
public string Developer { readonly get; set; }
Property Value
- string
Mounts
public string[] Mounts { readonly get; set; }
Property Value
- string[]
Plugins
public string[] Plugins { readonly get; set; }
Property Value
- string[]
Publisher
public string Publisher { readonly get; set; }
Property Value
- string
RenderStyle
public string RenderStyle { readonly get; set; }
Property Value
- string
Title
public string Title { readonly get; set; }
Property Value
- string
Version
public string Version { readonly get; set; }
Property Value
- string