docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method ReimportAll

    ReimportAll<TAsset>(out double, out uint, Func<string, bool>)

    Re-imports a given type of asset, and sends an analytic with the elapsed time

    Declaration
    public static void ReimportAll<TAsset>(out double duration, out uint numberOfAssetsReimported, Func<string, bool> importNeedDelegate = null)
    Parameters
    Type Name Description
    double duration

    The elapsed time

    uint numberOfAssetsReimported

    The number of assets that have been re-imported

    Func<string, bool> importNeedDelegate

    A delegate if you want to skip some asset to be re-imported

    Type Parameters
    Name Description
    TAsset

    The asset type that will be re-imported

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