Class BuildTypeCache
Inherited Members
Namespace: Unity.Build
Assembly: solution.dll
Syntax
public sealed class BuildTypeCache
Properties
| Name | Description |
|---|---|
| Assemblies | The list of assemblies that are being referenced from this BuildTypeCache |
| BaseAssemblies | A list of assembly definition assets to use as the root assemblies for this TypeCache. If null, the project's global assemblies will be used. |
| ExcludedAssemblies | |
| PlatformName |
Methods
| Name | Description |
|---|---|
| HasAssembly(Assembly) | |
| HasAssembly(string) | |
| HasType(Type) | |
| HasType<T>() | |
| SetDirty() |