Search Results for

    Show / Hide Table of Contents

    Class ActorsCache

    Acceleration structure used to improve operations performed on a set of actors. Cache the data and allows to reuse memory container for less allocations. It's a thread-safe.

    Inheritance
    ActorsCache
    Inherited Members
    ActorsCache
    ActorsCache
    ActorsCache
    Assembly: FlaxEngine.dll
    File: Engine/Level/ActorsCache.h
    Syntax
    public class ActorsCache

    Fields

    ActorsListCache

    Gets the actors lookup cached. Safe allocation, per thread, uses caching.

    Declaration
    public static CollectionPoolCache<ActorsListType> ActorsListCache
    Field Value
    CollectionPoolCache<ActorsListType>

    ActorsLookupCache

    Gets the actors lookup cached. Safe allocation, per thread, uses caching.

    Declaration
    public static CollectionPoolCache<ActorsLookupType> ActorsLookupCache
    Field Value
    CollectionPoolCache<ActorsLookupType>

    SceneObjectsListCache

    Gets the scene objects lookup cached. Safe allocation, per thread, uses caching.

    Declaration
    public static CollectionPoolCache<SceneObjectsListType> SceneObjectsListCache
    Field Value
    CollectionPoolCache<SceneObjectsListType>

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat