Search Results for

    Show / Hide Table of Contents

    Class IBuildCache

    The game cooker cache interface.

    Inheritance
    IBuildCache
    Assembly: FlaxEngine.dll
    File: Editor/Cooker/PlatformTools.h
    Syntax
    public class IBuildCache

    Methods

    InvalidateCachePerType()

    Removes all cached entries for assets that contain a given asset type. This forces rebuild for them.

    Declaration
    public void InvalidateCachePerType()
    Returns
    void

    Type Parameters
    typename T

    InvalidateCachePerType(const StringView& typeName)

    Removes all cached entries for assets that contain a given asset type. This forces rebuild for them.

    Declaration
    public virtual void InvalidateCachePerType(const StringView& typeName) = 0
    Parameters
    StringView typeName

    InvalidateCacheShaders()

    Removes all cached entries for assets that contain a shader. This forces rebuild for them.

    Declaration
    public void InvalidateCacheShaders()

    InvalidateCacheTextures()

    Removes all cached entries for assets that contain a texture. This forces rebuild for them.

    Declaration
    public void InvalidateCacheTextures()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat