docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method RemoveBuildArtifact

    RemoveBuildArtifact(Type)

    Remove all build artifact that is assignable to specified type.

    Declaration
    public bool RemoveBuildArtifact(Type buildArtifactType)
    Parameters
    Type Name Description
    Type buildArtifactType

    The build artifact type.

    Returns
    Type Description
    bool

    true if one of more artifact was removed, false otherwise.

    RemoveBuildArtifact<T>()

    Remove all build artifact that is assignable to specified type.

    Declaration
    public bool RemoveBuildArtifact<T>() where T : class, IBuildArtifact
    Returns
    Type Description
    bool

    true if one of more artifact was removed, false otherwise.

    Type Parameters
    Name Description
    T

    The build artifact type.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)