Class BuildTypeCache | Platforms | 0.2.2-preview.10
docs.unity.cn
    Show / Hide Table of Contents

    Class BuildTypeCache

    Inheritance
    Object
    BuildTypeCache
    Namespace: Unity.Build
    Syntax
    public sealed class BuildTypeCache

    Properties

    Assemblies

    The list of assemblies that are being referenced from this BuildTypeCache

    Declaration
    public List<Assembly> Assemblies { get; }
    Property Value
    Type Description
    List<Assembly>

    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.

    Declaration
    public AssemblyDefinitionAsset[] BaseAssemblies { get; set; }
    Property Value
    Type Description
    AssemblyDefinitionAsset[]

    ExcludedAssemblies

    Declaration
    public List<string> ExcludedAssemblies { get; set; }
    Property Value
    Type Description
    List<String>

    PlatformName

    Declaration
    public string PlatformName { get; set; }
    Property Value
    Type Description
    String

    Methods

    HasAssembly(Assembly)

    Declaration
    public bool HasAssembly(Assembly assembly)
    Parameters
    Type Name Description
    Assembly assembly
    Returns
    Type Description
    Boolean

    HasAssembly(String)

    Declaration
    public bool HasAssembly(string assemblyName)
    Parameters
    Type Name Description
    String assemblyName
    Returns
    Type Description
    Boolean

    HasType(Type)

    Declaration
    public bool HasType(Type type)
    Parameters
    Type Name Description
    Type type
    Returns
    Type Description
    Boolean

    HasType<T>()

    Declaration
    public bool HasType<T>()
    Returns
    Type Description
    Boolean
    Type Parameters
    Name Description
    T

    SetDirty()

    Declaration
    public void SetDirty()
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX