Click or drag to resize
BuildSettings Class
General build settings.
Inheritance Hierarchy
SystemObject
  Slash.Unity.Editor.Common.BuildBuildSettings

Namespace: Slash.Unity.Editor.Common.Build
Assembly: Slash.Unity.Editor.Common (in Slash.Unity.Editor.Common.dll) Version: 0.0.0.0
Syntax
public class BuildSettings

The BuildSettings type exposes the following members.

Constructors
  NameDescription
Public methodBuildSettings
Constructor.
Top
Properties
  NameDescription
Public propertyAndroid
Android specific build settings.
Public propertyBuildPath
Path to package/executable/...
Public propertyBuildTarget
Target to build.
Public propertyBuildType
Configuration to build.
Public propertyBundleVersion
Bundle version. Version number of application which is shown to the user.
Public propertyDefaultBuildFolder
Default folder to store build at.
Public propertyProjectName
Project name.
Top
Methods
See Also