Assembly
Class that represents an assembly compiled by Unity.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Class
- Namespace: UnityEditor.Compilation
- Assembly: UnityEditor.CoreModule
public class Assembly
Constructors
Properties
Property | Description |
|---|---|
| allReferences | Returns and combined. |
| assemblyReferences | Assembly references used to build this assembly. |
| compiledAssemblyReferences | Assembly references to pre-compiled assemblies that used to build this assembly. |
| compilerOptions | Compiler options used to compile the assembly. |
| defines | The defines used to compile this assembly. |
| flags | Flags for the assembly. |
| name | The name of the assembly. |
| outputPath | The full output file path of this assembly. |
| rootNamespace | Sets the root namespace of the assembly. |
| sourceFiles | All the souce files used to compile this assembly. |