Class AssemblyBuilder
Inheritance
AssemblyBuilder
Assembly: UnityEditor.dll
Syntax
public class AssemblyBuilder
Constructors
|
Improve this Doc
View Source
AssemblyBuilder(String, String[])
Declaration
public AssemblyBuilder(string assemblyPath, params string[] scriptPaths)
Parameters
Type |
Name |
Description |
String |
assemblyPath |
|
String[] |
scriptPaths |
|
Properties
|
Improve this Doc
View Source
additionalDefines
Declaration
public string[] additionalDefines { get; set; }
Property Value
|
Improve this Doc
View Source
additionalReferences
Declaration
public string[] additionalReferences { get; set; }
Property Value
|
Improve this Doc
View Source
assemblyPath
Declaration
public string assemblyPath { get; }
Property Value
|
Improve this Doc
View Source
buildTarget
Declaration
public BuildTarget buildTarget { get; set; }
Property Value
|
Improve this Doc
View Source
buildTargetGroup
Declaration
public BuildTargetGroup buildTargetGroup { get; set; }
Property Value
|
Improve this Doc
View Source
compilerOptions
Declaration
public ScriptCompilerOptions compilerOptions { get; set; }
Property Value
|
Improve this Doc
View Source
defaultDefines
Declaration
public string[] defaultDefines { get; }
Property Value
|
Improve this Doc
View Source
defaultReferences
Declaration
public string[] defaultReferences { get; }
Property Value
|
Improve this Doc
View Source
excludeReferences
Declaration
public string[] excludeReferences { get; set; }
Property Value
|
Improve this Doc
View Source
flags
Declaration
public AssemblyBuilderFlags flags { get; set; }
Property Value
|
Improve this Doc
View Source
scriptPaths
Declaration
public string[] scriptPaths { get; }
Property Value
|
Improve this Doc
View Source
status
Declaration
public AssemblyBuilderStatus status { get; }
Property Value
Methods
|
Improve this Doc
View Source
Build()
Declaration
Returns
Events
|
Improve this Doc
View Source
buildFinished
Declaration
public event Action<string, CompilerMessage[]> buildFinished
Event Type
|
Improve this Doc
View Source
buildStarted
Declaration
public event Action<string> buildStarted
Event Type
Extension Methods