Class BuildConfig
Wrapper of Build
Namespace: OVGames.HelloBidirectionnal.Editor
Assembly: Assembly-CSharp-Editor.dll
Syntax
public sealed class BuildConfig
Properties
AfterBuild
Gets or sets the Action to execute after
Build
Declaration
public Action<BuildReport> AfterBuild { get; set; }
Property Value
Type | Description |
---|---|
Action<Build |
the Action to execute after build. |
DirectoryPath
Gets or sets the location of the build directory, relative to the project root directory.
Declaration
public string DirectoryPath { get; set; }
Property Value
Type | Description |
---|---|
String | The location of the build directory. |
Options
Gets or sets the options for Build
Declaration
public BuildPlayerOptions Options { get; set; }
Property Value
Type | Description |
---|---|
Build |
Remarks
location
RelativeFilePath
Gets or set the location of the application to build, relative to Directory
Declaration
public string RelativeFilePath { get; set; }
Property Value
Type | Description |
---|---|
String | The location of the application to build, relative to Directory |