Class BuildTypeCache
Inherited Members
Namespace: Unity.Build
Assembly: solution.dll
Syntax
[Obsolete("BuildTypeCache has been deprecated. Please use BuildAssemblyCache instead to retrieve the set of assemblies from a root assembly. (RemovedAfter 2020-08-19)", false)]
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() |