Search Results for

    Show / Hide Table of Contents

    Namespace FlaxEngine.Collections

    Classes

    CircularBuffer<T>

    Creates new structure array like, with fast front and back insertion.

    Every overflow of this buffer removes last item form other side of insertion

    CircularBuffer<T>.ItemAddedEventArgs

    Arguments for new item added event

    CircularBuffer<T>.ItemAddedEventHandler

    CircularBuffer<T>.ItemOverflownEventArgs

    Arguments for item being replaced because of buffer was overflown with data

    CircularBuffer<T>.ItemOverflownEventHandler

    CircularBuffer<T>.ItemRemovedEventArgs

    Arguments for item removed event

    CircularBuffer<T>.ItemRemovedEventHandler

    Interfaces

    IOrderedDictionary<TKey, TValue>

    Interface for a dictionary object that allows rapid hash lookups using keys, but also maintains the key insertion order so that values can be retrieved by key index.

    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat