Class BuildTypeCache | Entities | 0.2.0-preview.18
docs.unity3d.com
    Show / Hide Table of Contents

    Class BuildTypeCache

    Inheritance
    Object
    BuildTypeCache
    Namespace: Unity.Build
    Syntax
    public 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 © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023