Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Assembly

Class that represents an assembly compiled by Unity.
Read time 1 minuteLast updated 5 days ago

Definition

public class Assembly

Constructors

Properties

Property

Description

allReferencesReturns and combined.
assemblyReferencesAssembly references used to build this assembly.
compiledAssemblyReferencesAssembly references to pre-compiled assemblies that used to build this assembly.
compilerOptionsCompiler options used to compile the assembly.
definesThe defines used to compile this assembly.
flagsFlags for the assembly.
nameThe name of the assembly.
outputPathThe full output file path of this assembly.
rootNamespaceSets the root namespace of the assembly.
sourceFilesAll the souce files used to compile this assembly.