ConfigurationInfo

Bundles information about a build configuration.

Constructors

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

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