ConfigurationInfo

Bundles information about a build configuration.

Constructors

this
this(string name, string[] p, BuildSettingsTemplate build_settings)

Equivalent to the default constructor, used by Configy

this
this(string name, BuildSettingsTemplate build_settings)
Undocumented in source.

Alias This

buildSettings

Members

Functions

matchesPlatform
bool matchesPlatform(BuildPlatform platform)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

buildSettings
BuildSettingsTemplate buildSettings;
Undocumented in source.
name
string name;
Undocumented in source.
platforms
string[] platforms;
Undocumented in source.

Meta