Search Results for

    Show / Hide Table of Contents

    Class Cache

    Acceleration structure used to improve operations performed by the Engine. Cache the data and allows to reuse memory container for less allocations at runtime. It's a thread-safe.

    Inheritance
    Cache
    Assembly: FlaxEngine.dll
    File: Engine/Core/Cache.h
    Syntax
    public class Cache

    Fields

    ISerializeModifier

    Gets the ISerializeModifier lookup cache. Safe allocation, per thread, uses caching.

    Declaration
    public static CollectionPoolCache<ISerializeModifier, ISerializeModifierClearCallback> ISerializeModifier
    Field Value
    CollectionPoolCache<ISerializeModifier, ISerializeModifierClearCallback>

    Methods

    ISerializeModifierClearCallback(ISerializeModifier* obj)

    Declaration
    public static void ISerializeModifierClearCallback(ISerializeModifier* obj)
    Parameters
    ISerializeModifier obj

    Release()

    Releases all the allocated resources (existing in the pool that are not during usage).

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